Tagged Questions
2
votes
1answer
99 views
Map Super+[Left|Right] to Home/End
How do I map key "Super" so, when combined with Left/Right, it produces keycode Home/End?
My current setxkbmap:
setxkbmap \
-model pc105 \
-layout 'us(dvorak-intl),us(alt-intl)' \
-option \
...
9
votes
3answers
2k views
How to get keycodes for xmodmap?
I'm trying to use xmodmap to remap alt/windows keys on Dell L100 keyboard, and have trouble getting the keycodes
For instance, using "xev" doesn't give me keycode for "Alt"
FocusOut event, serial ...
3
votes
1answer
942 views
Other than Alt + Shift to switch keyboard layout, any other Xorg key combinations?
All I can find about XkbOptions was:
Option "XKbOptions" "grp:alt_shift_toggle"
Seems I can only use alt+shift combination to switch keyboard layout, any other keys that I can use ?
3
votes
2answers
636 views
Is there a way to remap the AltGr key to Ctrl with setxkbmap?
I've already checked the option section in /usr/share/X11/xkb/rules/base.lst but I didn't find an entry for AltGr...
2
votes
1answer
182 views
Problem with meta key on Emacs
I have a problem with meta key in Emacs. I trying to use M-> or M-< but in fedora meta key is left Alt that is key change layout (alt+shift) when i press M->(alt+shift+>). How people solve this ...