You are not logged in.
Pages: 1
Topic closed
After today's updates (dozens of xorg packages and drivers) I am no longer able to enable mousekeys in X11 with Shift-NumLk. Do I have to do some configuration or install another xorg-* package?
This functionality is very important as it is the only way I can "click" when I need to.
Last edited by egan (2011-03-19 19:51:27)
Offline
EDIT: Forget what I said. The Shift+Num is broken after a reboot, as well as my TwinView for my dual monitor setup. Curious.
Last edited by Awebb (2011-03-14 14:36:16)
Offline
It is not the only way you can enable mousekeys : open gnome-keyboard-properties and in "Mouse Keys" check "Pointer can be controlled using the keypad".
I believe in a world I can and do understand. A rational universe, explained through rational means.
Offline
I don't use a desktop environment. I want an agnostic method to enable mouse keys.
Offline
The problem is with xkeyboard-config, version 2.1-1 is broken.
A possible workaround is to downgrade it.
cd /var/cache/pacman/pkg
pacman -U xkeyboard-config-2.0-1-any.pkg.tar.xz
Offline
pacman -U /var/cache/pacman/pkg/xkeyboard-config-2.0-1-any.pkg.tar.xz
did the trick for me.
Suppose there will be an update shortly for this package
I used to do Alt+Shift+Numlock, till I found out that Shift+Numlock does the same thing
Offline
Ah, thanks for locating the source of the problem (there are so many xorg packages nowadays!).
Hopefully it gets resolved soon. [Bug report filed].
In the meantime, I can try to become truly mouse free (and use xdotool in extreme cases).
Last edited by egan (2011-03-15 02:56:58)
Offline
Glad to see that I'm not the only one having this problem.
Offline
I think the file /usr/share/X11/xkb/symbols/pc is missing a piece.
Changing the following line:
key <NMLK> { [ Num_Lock ] };
back to as it was in version 2.0.1:
key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
brings back the mousekeys functionality for me.
Reported as bug to bugs.freedesktop.org, xkeyboard-config
Offline
I think the file /usr/share/X11/xkb/symbols/pc is missing a piece.
Changing the following line:
key <NMLK> { [ Num_Lock ] };
back to as it was in version 2.0.1:
key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
brings back the mousekeys functionality for me.
Reported as bug to bugs.freedesktop.org, xkeyboard-config
This fixed it for me. Thanks.
Offline
Received feedback from freedesktop development.
It says:
- mousekeys are disabled by default now
- use keypad:pointerkeys xkb option to enable
So, I added following section to /etc/X11/xorg.conf:
Section "InputClass"
Identifier "Logitech Logitech USB Keyboard"
MatchIsKeyboard "yes"
Option "XkbOptions" "keypad:pointerkeys"
EndSection
And the mousekey functionality is back
(with the latest xkeyboard-config-2.1-1)
--- Comment #1 from Sergey V. Udaltsov 2011-03-16 14:36:27 PDT ---
It is disabled by default now. Use keypad:pointerkeys xkb option
Offline
Very well done, haroldw *thumbup*
Offline
Thanks for the information, haroldw.
I can't believe they are doing this. First they removed Ctrl-Alt-Bkspc and now mousekeys...
Offline
Another method for those who don't have an xorg.conf file can put in ~/.xinitrc the following command:
setxkbmap -option keypad:pointerkeys
Offline
I need mousekey. I open it with SHIFT + NUMLOCK too.
But, it will closed in 2 minuite with no keys input. It must press SHIFT + NUMLOCK again to open.
How to open the mousekey all the time?
Offline
Please don't necrobump, especially solved threads.
https://wiki.archlinux.org/index.php/Co … bumping%22
Closing.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1
Topic closed