We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "title": "My Custom", "rules": [ { "description": "Home (Terminal)", "manipulators": [ { "from": { "key_code": "home", "modifiers": {"optional": ["any"]} }, "to": [{ "key_code": "a", "modifiers": ["control"] }], "conditions": [ { "type": "frontmost_application_if", "bundle_identifiers": [ "^com\\.apple\\.Terminal$", "^com\\.googlecode\\.iterm2$" ] } ], "type": "basic" } ] }, { "description": "End (Terminal)", "manipulators": [ { "from": { "key_code": "end", "modifiers": {"optional": ["any"]} }, "to": [{ "key_code": "e", "modifiers": ["control"] }], "conditions": [ { "type": "frontmost_application_if", "bundle_identifiers": [ "^com\\.apple\\.Terminal$", "^com\\.googlecode\\.iterm2$" ] } ], "type": "basic" } ] }, { "description": "F5", "manipulators": [ { "from": { "key_code": "f5", "modifiers": {"optional": ["any"]} }, "to": [{ "key_code": "r", "modifiers": ["command"] }], "conditions": [ { "type": "frontmost_application_unless", "bundle_identifiers": [ ] } ], "type": "basic" } ] } ] }
Just want to add something maybe good for you guys (or even implemented in here too)
Home and End for Terminal (go to beginning of line and last of line) F5 for refresh (command+r)
The text was updated successfully, but these errors were encountered:
can you open a PR
Sorry, something went wrong.
No branches or pull requests
Just want to add something maybe good for you guys (or even implemented in here too)
Home and End for Terminal (go to beginning of line and last of line)
F5 for refresh (command+r)
The text was updated successfully, but these errors were encountered: