From ea20a3ff63e334cc979c2a17d164f7a9459f9d52 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 12:02:07 -0600 Subject: Emacs/Mobile-Device: Rebind events to avoid conflicting with OSK --- common/.emacs.d/init.el | 11 ++++------- 1 file 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." "" 'notifications "" 'bluetooth "S-" 'mixer - "" 'next-buffer - "" 'exwm-run - "S-" 'eshell - "" 'switch-to-buffer - "S-" 'kill-buffer-and-maybe-window - "" 'previous-buffer - ) + "" 'switch-to-buffer + "S-" 'kill-buffer-and-maybe-window + "" 'exwm-run + "S-" 'eshell) (defvar-keymap mobile-device-navigate-mode-map "" 'next-line -- cgit v1.2.3