Guest User

Untitled

a guest
Jan 18th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (global-set-key [f13] 'ignore)
  2. (global-set-key [f14] 'ignore)
  3. ...
  4.  
  5. (define-key input-decode-map (kbd "<f13>") nil)
  6. (define-key input-decode-map (kbd "<f14>") nil)
  7. ...
Add Comment
Please, Sign In to add comment