Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alfred_modal_mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"to": [{
"shell_command": "'/Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_cli' --set-variables '{\"layer_alfred_modal_mode\":1}' & 'path/to/alfred_modal_mode.applescript' \"modal_01\" \"com.nathan.modaldemo\" && '/Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_cli' --set-variables '{\"layer_alfred_modal_mode\":0}'"
"shell_command": "'/Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_cli' --set-variables '{\"layer_alfred_modal_mode\":1}' & 'path/to/alfred_modal_mode.applescript' modal_01 com.nathan.modaldemo && '/Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_cli' --set-variables '{\"layer_alfred_modal_mode\":0}'"
}],
"conditions": [{
"name": "layer_alfred_modal_mode",
Expand Down