Change the keyboard, change the bindings.
This commit is contained in:
parent
a24eb88af8
commit
0e2ccbd20f
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ set volume output volume v"))
|
|||
"Asynchronously called when the `osascript' process finishes."
|
||||
(message "Finished calling osascript."))
|
||||
|
||||
(global-set-key (kbd "<f15>") 'ha-focus-begin)
|
||||
(global-set-key (kbd "S-<f15>") 'ha-focus-break)
|
||||
(global-set-key (kbd "<f5>") 'ha-focus-begin)
|
||||
(global-set-key (kbd "S-<f5>") 'ha-focus-break)
|
||||
|
||||
(provide 'ha-focus)
|
||||
;;; ha-focus.el ends here
|
||||
|
|
Loading…
Reference in a new issue