[opensuse] How can I enable special X11 key bindings?
For developing and debugging purposes I'd like to enable some special keyboard options. Especially I need "UnGrab" (Ungrab cancels server/keyboard/pointer grabs) option. This option is bind to CTRL-Alt-KP_Divide (keypad device key) in /usr/share/X11/xkb/compat/xfree86 /usr/share/X11/xkb/symbols/ir /usr/share/X11/xkb/symbols/keypad /usr/share/X11/xkb/symbols/srvr_ctrl Does anyone know, how I can enable this key binding? Currently the bindings seems to be deactivated. Thanks, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 08 Feb 2012 20:41:16 +0100, Bjoern Voigt <bjoern@cs.tu-berlin.de> wrote:
Does anyone know, how I can enable this key binding? Currently the bindings seems to be deactivated.
You;d better ask on the opensuse-factory list as you'll reach more folks that might be able to answer that question. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Bjoern Voigt wrote:
For developing and debugging purposes I'd like to enable some special keyboard options.
Especially I need "UnGrab" (Ungrab cancels server/keyboard/pointer grabs) option. This option is bind to CTRL-Alt-KP_Divide (keypad device key) in
/usr/share/X11/xkb/compat/xfree86 /usr/share/X11/xkb/symbols/ir /usr/share/X11/xkb/symbols/keypad /usr/share/X11/xkb/symbols/srvr_ctrl
Does anyone know, how I can enable this key binding? Currently the bindings seems to be deactivated.
Have you tried using xmodmap? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth write:
Have you tried using xmodmap? I do not really know, how to use xmodmap correctly.
"xmodmap -pk" shows: There are 7 KeySyms per KeyCode; KeyCodes range from 8 to 255. KeyCode Keysym (Keysym) ... Value Value (Name) ... [...] 106 0xffaf (KP_Divide) 0x1008fe20 (XF86Ungrab) 0xffaf (KP_Divide) 0x1008fe20 (XF86Ungrab) [...] Does this mean, that KP_Divide is already mapped to XF86Ungrab? But I tried different modifiers (Control-Shift, Control-Alt etc.) and none worked. Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Bjoern Voigt wrote:
Dave Howorth write:
Have you tried using xmodmap? I do not really know, how to use xmodmap correctly.
"xmodmap -pk" shows: There are 7 KeySyms per KeyCode; KeyCodes range from 8 to 255.
KeyCode Keysym (Keysym) ... Value Value (Name) ...
[...] 106 0xffaf (KP_Divide) 0x1008fe20 (XF86Ungrab) 0xffaf (KP_Divide) 0x1008fe20 (XF86Ungrab) [...]
Does this mean, that KP_Divide is already mapped to XF86Ungrab? But I tried different modifiers (Control-Shift, Control-Alt etc.) and none worked.
I think it does mean that. You can use xmodmap -pm to see what modifier keys you have and you can use the xev program to experiment with pushing key combinations to see what they generate. Did you try AltGr? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Bjoern Voigt
-
Dave Howorth
-
Philipp Thomas