https://bugs.kde.org/show_bug.cgi?id=399708

--- Comment #4 from Lukas <l.wolf0...@gmail.com> ---
(In reply to Lukas from comment #3)
> Hello, I'm experiencing the exact same bug.
> 
> This is an old bug. I already struggled with this a few years ago.
> 
> I've hotfixed it by executing `setxkbmap -option keypad:pointerkeys` in a
> terminal according to [this forum thread](
> https://forum.kde.org/viewtopic.php?t=106658#p247295 ). Then I was able to
> disable and enable cursor navigation by pressing SHIFT + NumLock instead of 
> navigating to `systemsettings` » Accessibility » Cursor Navigation like
> described in the bug report.
> 
> Operating System: Kubuntu 22.04
> KDE Plasma Version: 5.24.6
> KDE Frameworks Version: 5.92.0
> Qt Version: 5.15.3
> Kernel Version: 5.15.0-52-generic (64-bit)
> Graphics Platform: X11

I've noticed, that the workaround is only for the current session. So when you
log off and on again, you have to execute the command again. To execute the
command when you log in, you can add a desktop entry in ~/.config/autostart
with the commands:
```bash
# apply for this session
setxkbmap -option keypad:pointerkeys;
# create desktop entry to apply it for every session in the future
echo -en "[Desktop Entry]\nExec=setxkbmap -option
keypad:pointerkeys\nType=Application\nX-KDE-AutostartScript=true" >
~/.config/autostart/keypad_pointerkeys.desktop
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to