How can I bind Super- (mod4) or Meta- (mod3) to some function in GNU
screen?

For example I would like to bind Super-1 to select window 1 and so on.

That key is defined like this here:

[EMAIL PROTECTED]:~$ cat /home/miernik/.Xmodmap | egrep -i "super|mod4"
  keycode 109   = Super_L Super_R
  clear mod4
  add   mod4    = Super_L Super_R
[EMAIL PROTECTED]:~$

Same question for Meta- modifier, which is like this:

[EMAIL PROTECTED]:~$ cat /home/miernik/.Xmodmap | egrep -i "meta|mod3"
  keycode  37   = Meta_L Meta_R
  clear mod3
  add   mod3    = Meta_L Meta_R
[EMAIL PROTECTED]:~$

Contrary to what is done on most systems, Alt is a completely different
beast here, and I don't want to touch that.

-- 
Miernik
http://miernik.name/


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to