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:~$
Hi,I don't use fluxbox and I don't know if it determines something.But you can use xmodmap to remap keys and combinations.With xev you can press the keys and know the keycode to use for xmodmapE.g.xmodmap -e 'keycode 56 = Control_L'
xmodmap -e 'keycode 64 = AudioUp'
Zzipo
https://bbs.archlinux.org/profile.php?id=67179
2013-04-01T10:51:34Z
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.
Hi there,
In which rc.keymap like file in openSuse I put this:
keycode 86 = backslash
shift keycode 86 = bar
Need to have the | also in the console on my nec versa p520. I got it working with X by putting: keycode 94 = backslash bar
in ~/.Xmodmap
I'm trying to remap my right alt to behave like my right ctrl so I can use my right thumb to press the ctrl button.
I didn't find this information anywhere else, so here it is.
`xmodmap -pke' results in lines like this:
Code:
keycode 8 =
keycode 9 = Escape NoSymbol Escape
keycode 10 = 1 exclam 1 exclam
keycode 11 = 2 at 2 at
keycode 12 = 3 numbersign 3 numbersign
keycode 13 = 4 dollar 4 dollar
keycode 14 = 5 percent 5 percent
keycode 15 = 6 asciicircum 6 as
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
this is my .xmod keycode 8 =
keycode 9 = Escape NoSymbol Escape
keycode 10 = 1 exclam 1 exclam onesuperior exclamdown
keycode 11 = 2 quotedbl 2 quotedbl twosuperior dead_doubleacute
keycode 12 = 3 sterling 3 sterling threesuperior dead_tilde
keycode 13 = 4 dollar 4 dollar onequarter oneeighth
keycode 14 = 5 percent 5 percent onehalf threeeighths
keycode 15 = 6 ampersand 6 ampersand nots
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.