Skip to content

Commit

Permalink
Add macos specific command key combo - Command+Alt+A
Browse files Browse the repository at this point in the history
The default one types the literal Å character and breaks direct clicking
when focussed on input fields.
  • Loading branch information
richardmcmillen committed May 2, 2022
1 parent 4955d72 commit 4d12d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"commands": {
"get-talon-request": {
"suggested_key": {
"default": "Alt+Shift+A"
"default": "Alt+Shift+A",
"mac": "Command+Alt+A"
},
"description": "Give the signal to the native app to get the request"
}
Expand Down

0 comments on commit 4d12d86

Please sign in to comment.