diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 12:02:07 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 12:02:07 -0600 |
| commit | ea20a3ff63e334cc979c2a17d164f7a9459f9d52 (patch) | |
| tree | ef0c6cb0ef6fca46c6a861a06407c22e6c904ab0 | |
| parent | 74a7c21271f34cb70ba7ad37908347d30e1e61f7 (diff) | |
| download | dotfiles-ea20a3ff63e334cc979c2a17d164f7a9459f9d52.tar.gz dotfiles-ea20a3ff63e334cc979c2a17d164f7a9459f9d52.zip | |
Emacs/Mobile-Device: Rebind events to avoid conflicting with OSK
| -rw-r--r-- | common/.emacs.d/init.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index ed3b77f..67aaecc 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -4047,13 +4047,10 @@ instead." "<XF86Launch1>" 'notifications "<XF86Launch2>" 'bluetooth "S-<XF86Launch2>" 'mixer - "<XF86Launch3>" 'next-buffer - "<XF86Launch4>" 'exwm-run - "S-<XF86Launch4>" 'eshell - "<XF86Launch5>" 'switch-to-buffer - "S-<XF86Launch5>" 'kill-buffer-and-maybe-window - "<XF86Launch7>" 'previous-buffer - ) + "<XF86Launch3>" 'switch-to-buffer + "S-<XF86Launch3>" 'kill-buffer-and-maybe-window + "<XF86Launch7>" 'exwm-run + "S-<XF86Launch7>" 'eshell) (defvar-keymap mobile-device-navigate-mode-map "<XF86AudioLowerVolume>" 'next-line |
