2

What is the syntax for making ctrl+q emit KP_7? How to revert it back?

I've read the man page but it does not provide example.

ken
  • 123

1 Answers1

4

I think you should use xdotool instead of modmap wich can change single keys, not combination keys.
Example: set a shortcut for xdotool key KP-7

Guiomar
  • 66