weinerwad3000

Untitled

Jul 26th, 2015
259
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. # rc.local
  9. #
  10. # This script is executed at the end of each multiuser runlevel.
  11. # Make sure that the script will "exit 0" on success or any other
  12. # value on error.
  13. #
  14. # In order to enable or disable this script just change the execution
  15. # bits.
  16. #
  17. # By default this script does nothing.
  18.  
  19. exit 0
Add Comment
Please, Sign In to add comment