Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. mmatthe@MatteLP:~$ xmodmap -pke | egrep '(Control|Alt)'
  2. keycode 37 = Alt_L NoSymbol Alt_L
  3. keycode 64 = Control_L NoSymbol Control_L
  4. keycode 105 = Control_R NoSymbol Control_R
  5. keycode 204 = NoSymbol Alt_L NoSymbol Alt_L
  6. mmatthe@MatteLP:~$ cat .swapctrlalt
  7. clear control
  8. clear mod1
  9. keycode 64 = Control_L
  10. keycode 37= Alt_L
  11. add control = Control_L
  12. add mod1 = Alt_L
  13. mmatthe@MatteLP:~$ xmodmap .swapctrlalt
  14. X Error of failed request: BadValue (integer parameter out of range for operation)
  15. Major opcode of failed request: 118 (X_SetModifierMapping)
  16. Value in failed request: 0x17
  17. Serial number of failed request: 15
  18. Current serial number in output stream: 15
  19. mmatthe@MatteLP:~$
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement