You are not logged in.
Pages: 1
Hi,
in my quest that consists of exploring alternative desktop environments, I had an issue setting the Shift+numpad key behavior.
What I would do normally under Gnome configuration is to check Shift with numpad keys works as in MS Windows.
Same thing is available on KDE under Misc Compatibility Options.
Now I'm running XFCE, and since there is no way to do the same within a GUI, I'm looking for another way for doing it (probably X config files??).
Thanks for helping.
Last edited by bel3atar (2012-07-06 15:01:20)
Offline
You need to add to xorg config to keyboard device XkbOptions numpad:microsoft
E.g. my config location /etc/X11/xorg.conf.d/01-keyboard-layout.conf
=== content ===
Section "InputClass"
Identifier "keyboard-layout"
Driver "evdev"
MatchIsKeyboard "yes"
Option "XkbModel" "acer_laptop"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle,numpad:microsoft,ctrl:nocaps"
EndSection
=== end ===
Offline
Off-topic -- what does this bit "ctrl:nocaps" do, if I may ask Easysly?
Offline
EDIT: It worked for a while then it stopped.
Help >_<
EDIT2:
Does XFCE override keyboard settings or something?
EDIT3: https://wiki.archlinux.org/index.php/Xf … ings_issue
Last edited by bel3atar (2012-07-06 19:17:14)
Offline
Pages: 1