weinerwad3000

Untitled

Jul 26th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/sh -e
  2.  
  3. xmodmap -e 'keycode 69=76'
  4. xmodmap -e 'keycode 70=79'
  5. xmodmap -e 'keycode 71=44'
  6. xmodmap -e 'keycode 72=57'
  7.  
  8. #
  9. # rc.local
  10. #
  11. # This script is executed at the end of each multiuser runlevel.
  12. # Make sure that the script will "exit 0" on success or any other
  13. # value on error.
  14. #
  15. # In order to enable or disable this script just change the execution
  16. # bits.
  17. #
  18. # By default this script does nothing.
  19.  
  20. exit 0
Add Comment
Please, Sign In to add comment