mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(core/macos): add C-s-<return> alternative binding for fullscreen toggle
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
|
||||
;; macOS Fullscreen (requires Emacs 24.4 or later)
|
||||
(global-set-key (kbd "s-<return>") 'toggle-frame-fullscreen)
|
||||
(global-set-key (kbd "C-s-<return>") 'toggle-frame-fullscreen)
|
||||
|
||||
;; modifier keys
|
||||
;; (setq mac-command-modifier 'super)
|
||||
|
||||
Reference in New Issue
Block a user