This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description": "F6 opens Terminal in Gemini project and runs gemini", | |
| "manipulators": [ | |
| { | |
| "from": { "key_code": "f6" }, | |
| "to": [{ "shell_command": "osascript -e 'tell application \"Terminal\" to do script \"cd {ProjectDir}/Gemini && gemini\"' -e 'tell application \"Terminal\" to activate'" }], | |
| "type": "basic" | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description": "MX Keys Mini: Keyboard Shortcuts - Window - Move & Resize", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "identifiers": [ | |
| { | |
| "description": "MX Keys Mini", | |
| "product_id": 45930, |