Skip to content

Instantly share code, notes, and snippets.

View syntax-e's full-sized avatar

Stuart S syntax-e

View GitHub Profile
@syntax-e
syntax-e / gist:6ca52a3e0961b86eaeb4c7b564bd05b9
Created April 16, 2026 02:48
ProtoArc K90-A: Keyboard Shortcuts - F6 opens Gemini in Terminal
{
"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"
}
]
}
@syntax-e
syntax-e / MX Keys Mini: Keyboard Shortcuts - Window - Move & Resize
Last active March 16, 2026 07:00
Karabiner Logitech MX Keys Mini Globe key macOS Shortcuts Remap
{
"description": "MX Keys Mini: Keyboard Shortcuts - Window - Move & Resize",
"manipulators": [
{
"conditions": [
{
"identifiers": [
{
"description": "MX Keys Mini",
"product_id": 45930,