Im trying to find how to something like :
Control+z="<" Control+x=">"
Is this possible?
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.
I've found one of the odd things I've missed the most since switching from OS X to Arch is using the command button for my keyboard shortcuts, rather than the control button. My solution to swap the functionality of these keys was to use xmodmap for remapping and a custom .desktop file for automatically executing a command when Gnome starts.Here are the relevant files:/etc/X11/xini
I've been trying to change the key mapping of my keyboard for certain keys. So far I've been successful to do it using xmodmap for a variety of keys. However, no matter what I do, I can't get the Alt_R (the right side Alt key) which has a key code of 108 to map to the Up key.
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...
I also tried xmodmap, however some xmodmap entries on my /.xsesssionrc
seem to be ignored at system startup,
and they don't take effect.
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
In vim, control-left and control-right are back and forward whitespace-separated word (i.e. synonyms for B and W), the same as web textareas and bash.
But when running screen, these keys stop working.
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.
For some reasons on my Ubuntu 11.04 Natty running Linux 2.6.38-13, with an Italian layout for the keyboard, the keystrokes
AltFx switch between virtual consoles (instead of the normal CtrlAltFx keys).
What could I change to avoid that?
I tried adding
Section "Serverflags"
Option "DontVTSwitch" "on"
EndSection
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"