feat: macOS keybindings
This commit is contained in:
parent
0c51670191
commit
274d09ce54
|
@ -29,6 +29,11 @@ Install and set the default shell to ~fish~.
|
||||||
** Utilities
|
** Utilities
|
||||||
|
|
||||||
- ~kando~: Pie menu
|
- ~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
|
- ~alacritty~: terminal emulator
|
||||||
|
|
||||||
Note that in order to set this as the default terminal, you may need to put
|
Note that in order to set this as the default terminal, you may need to put
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"menus": [
|
"menus": [
|
||||||
{
|
{
|
||||||
"shortcut": "Control+Space",
|
"shortcut": "Control+Alt+Shift+U",
|
||||||
"shortcutID": "main",
|
"shortcutID": "main",
|
||||||
"centered": false,
|
"centered": false,
|
||||||
"root": {
|
"root": {
|
||||||
|
@ -419,7 +419,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"shortcut": "",
|
"shortcut": "Control+Alt+Shift+Y",
|
||||||
"shortcutID": "edit",
|
"shortcutID": "edit",
|
||||||
"centered": false,
|
"centered": false,
|
||||||
"anchored": false
|
"anchored": false
|
||||||
|
|
Loading…
Reference in New Issue