I just installed Fedora 11 on my PC and can't seem to get the Win key to work at all :( I tried putting entries in xmodmap, tried modifying xorg.conf, and also tried setting altwin:super_win in the config settings. But nothing seems to work. Somehow, my Win key seems to be working as Meta instead of Super. From emacs, if I press Win+x, it works like Meta+x.
Using xmodmap I want to redefine my keyboard to access umlauted characters and cedillas more easily. I copy the following content to a file myxmodmap, then I select
setxkbmap us
xmodmap myxmodmap
and it does not work.
Then I selected
setxkbmap us_intl
xmodmap myxmodmap
altercation wrote:This works here in testing (in, say, a bash script or on the command line)setxkbmap -option # reset everything to default state!
xmodmap -e "remove Lock = Caps_Lock"
xmodmap -e "keysym Caps_Lock = F13"Did you try it with an openbox keybind? If so, did it launch or do whatever behavior you set it for?
When I program I like to swap these keys:
Esc <-> Tab
Ctrl <-> Caps Lock
In ~/.xmodmap, I have specified these re-mappings:
keycode 66 = Control_L
keycode 37 = Caps_Lock
keycode 23 = Escape
keycode 9 = Tab
The Escape and Tab keys swaps, no problem, but instead of Caps_Lock and Control_L swapping, both those keys becomes Caps_Lock.
Im trying to find how to something like :
Control+z="<" Control+x=">"
Is this possible?
Hello guys,I am totally lost. I cannot figure out how to set the us altgr-intl with umlaut support but with nodeadkeys variant together with support for alt_shift toggle switch to have other layouts, too.What I tried so far was "setxkbmap -layout "us,pl" -variant altgr-intl,nodeadkeys -option grp:alt_shift_toggle".
i'm switching xserver keyboard layout with setxkbmap. here are some examples.setxkbmap us
setxkbmap dvorak
setxkbmap us -variant dvorak
setxkbmap de -variant nodeadkeys
setxkbmap de
hcjl
https://bbs.archlinux.org/profile.php?id=11526
2013-01-17T09:25:59Z
I've been attempting to switch my super and control keys in X on a macbook and have been half successful.
Using statler with eee PC. Trying to switch two keys around Shift_R to Up and Up to Shift_R.I edit ~/.Xmodmap mpierce@crunchbang:~$ cat .Xmodmapkeycode 121 = XF86AudioMutekeycode 122 = XF86AudioLowerVolumekeycode 123 = XF86AudioRaiseVolumekeycode 210 = XF86Launch3keycode 111 = Shift_Rkeycode 62 = Upmpierce@crunchbang:~$