Change the keyboard, change the bindings.

This commit is contained in:
Howard Abrams 2023-01-04 20:42:35 -08:00
parent a24eb88af8
commit 0e2ccbd20f

View file

@ -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