From 274d09ce54c9bc98cccfba56831833f42f83cd5a Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Fri, 27 Sep 2024 01:06:23 -0700 Subject: [PATCH] feat: macOS keybindings --- README.org | 5 +++++ kando/menus.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 7b10294..978aba1 100644 --- a/README.org +++ b/README.org @@ -29,6 +29,11 @@ Install and set the default shell to ~fish~. ** Utilities - ~kando~: Pie menu + + Note the complicated key binding in the ~kando~ menu configuration. This is + used for MacOS and desktop environments where some keys cannot bind to a + command (e.g. Wacom tablets) + - ~alacritty~: terminal emulator Note that in order to set this as the default terminal, you may need to put diff --git a/kando/menus.json b/kando/menus.json index 54a2791..0f4642b 100644 --- a/kando/menus.json +++ b/kando/menus.json @@ -1,7 +1,7 @@ { "menus": [ { - "shortcut": "Control+Space", + "shortcut": "Control+Alt+Shift+U", "shortcutID": "main", "centered": false, "root": { @@ -419,7 +419,7 @@ } ] }, - "shortcut": "", + "shortcut": "Control+Alt+Shift+Y", "shortcutID": "edit", "centered": false, "anchored": false