Created
May 4, 2019 00:38
-
-
Save brandonkal/d33c793787eccc9144ef03f7f40ac7df to your computer and use it in GitHub Desktop.
saka key config
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
{ | |
"activeProfiles": { | |
"General": "power", | |
"Keybindings": "Brandon", | |
"Appearance": "default", | |
"Blacklist": "default" | |
}, | |
"profiles": { | |
"General": { | |
"power keep focus": { | |
"enabled": true, | |
"preventStealFocus": false, | |
"disablePageShortcuts": false, | |
"autoActivateHint": true, | |
"hintDetectByCursorStyle": true, | |
"smoothScroll": true, | |
"scrollStep": 21 | |
} | |
}, | |
"Keybindings": { | |
"Brandon": { | |
"physicalKeys": true, | |
"ignoreModifierKeys": false, | |
"toggleHelpMenu": [], | |
"toggleSaka": [ | |
[ | |
{ | |
"code": "Slash", | |
"key": "/", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"openLink": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "f" | |
} | |
] | |
], | |
"openLinkInBackgroundTab": [ | |
[ | |
{ | |
"code": "KeyA", | |
"key": "a" | |
} | |
] | |
], | |
"openLinkInForegroundTab": [ | |
[ | |
{ | |
"code": "KeyA", | |
"key": "A", | |
"shiftKey": true | |
} | |
] | |
], | |
"openLinkInNewWindow": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
}, | |
{ | |
"code": "KeyN", | |
"key": "n" | |
} | |
] | |
], | |
"openLinkInIncognitoWindow": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
}, | |
{ | |
"code": "KeyN", | |
"key": "N", | |
"shiftKey": true | |
} | |
] | |
], | |
"downloadLink": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
}, | |
{ | |
"code": "KeyD", | |
"key": "d" | |
} | |
] | |
], | |
"focusLink": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
}, | |
{ | |
"code": "KeyL", | |
"key": "l" | |
} | |
] | |
], | |
"focusInput": [ | |
[ | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
}, | |
{ | |
"code": "KeyI", | |
"key": "i" | |
} | |
] | |
], | |
"hintChars": "ajskdlghewioruvncm", | |
"scrollDown": [ | |
[ | |
{ | |
"code": "KeyJ", | |
"key": "j" | |
} | |
] | |
], | |
"scrollUp": [ | |
[ | |
{ | |
"code": "KeyK", | |
"key": "k" | |
} | |
] | |
], | |
"scrollLeft": [ | |
[ | |
{ | |
"code": "KeyH", | |
"key": "h", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"scrollRight": [ | |
[ | |
{ | |
"code": "KeyL", | |
"key": "l", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"scrollPageDown": [ | |
[ | |
{ | |
"code": "KeyD", | |
"key": "d", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"scrollPageUp": [ | |
[ | |
{ | |
"code": "KeyS", | |
"key": "s", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"scrollHalfPageDown": [ | |
[ | |
{ | |
"code": "KeyD", | |
"key": "D", | |
"shiftKey": true | |
} | |
] | |
], | |
"scrollHalfPageUp": [ | |
[ | |
{ | |
"code": "KeyS", | |
"key": "S", | |
"shiftKey": true | |
} | |
] | |
], | |
"scrollToBottom": [ | |
[ | |
{ | |
"code": "KeyG", | |
"key": "G", | |
"shiftKey": true | |
} | |
] | |
], | |
"scrollToTop": [ | |
[ | |
{ | |
"code": "KeyG", | |
"key": "g" | |
}, | |
{ | |
"code": "KeyG", | |
"key": "g" | |
} | |
] | |
], | |
"scrollToLeft": [], | |
"scrollToRight": [], | |
"goBack": [ | |
[ | |
{ | |
"code": "KeyC", | |
"key": "c" | |
} | |
] | |
], | |
"goForward": [ | |
[ | |
{ | |
"code": "KeyV", | |
"key": "v" | |
} | |
] | |
], | |
"nextPage": [], | |
"previousPage": [], | |
"goUp": [ | |
[ | |
{ | |
"code": "KeyU", | |
"key": "u" | |
} | |
] | |
], | |
"goToRoot": [ | |
[ | |
{ | |
"code": "KeyU", | |
"key": "U", | |
"shiftKey": true | |
} | |
] | |
], | |
"nextTab": [ | |
[ | |
{ | |
"code": "KeyO", | |
"key": "o", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"previousTab": [ | |
[ | |
{ | |
"code": "KeyI", | |
"key": "i", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"firstTab": [ | |
[ | |
{ | |
"code": "Digit1", | |
"key": "1" | |
} | |
], | |
[ | |
{ | |
"code": "KeyI", | |
"key": "I", | |
"shiftKey": true, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"lastTab": [ | |
[ | |
{ | |
"code": "Digit0", | |
"key": "0" | |
} | |
], | |
[ | |
{ | |
"code": "KeyO", | |
"key": "O", | |
"shiftKey": true, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"moveTabLeft": [ | |
[ | |
{ | |
"code": "BracketLeft", | |
"key": "[", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"moveTabRight": [ | |
[ | |
{ | |
"code": "BracketRight", | |
"key": "]", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"moveTabFirst": [ | |
[ | |
{ | |
"code": "BracketLeft", | |
"key": "{", | |
"shiftKey": true, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"moveTabLast": [ | |
[ | |
{ | |
"code": "BracketRight", | |
"key": "}", | |
"shiftKey": true, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"moveTabNewWindow": [ | |
[ | |
{ | |
"code": "KeyB", | |
"key": "B", | |
"shiftKey": true | |
} | |
] | |
], | |
"closeTab": [ | |
[ | |
{ | |
"code": "KeyX", | |
"key": "x" | |
} | |
] | |
], | |
"closeOtherTabs": [ | |
[ | |
{ | |
"code": "KeyX", | |
"key": "≈", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": true, | |
"metaKey": false | |
} | |
] | |
], | |
"closeRightTabs": [ | |
[ | |
{ | |
"code": "KeyQ", | |
"key": "q", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
}, | |
{ | |
"code": "BracketRight", | |
"key": "]", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"closeLeftTabs": [ | |
[ | |
{ | |
"code": "KeyQ", | |
"key": "q", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
}, | |
{ | |
"code": "BracketLeft", | |
"key": "[", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"newTab": [ | |
[ | |
{ | |
"code": "KeyT", | |
"key": "t", | |
"shiftKey": false, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"restoreTab": [ | |
[ | |
{ | |
"code": "KeyX", | |
"key": "X", | |
"shiftKey": true, | |
"ctrlKey": false, | |
"altKey": false, | |
"metaKey": false | |
} | |
] | |
], | |
"duplicateTab": [ | |
[ | |
{ | |
"code": "KeyB", | |
"key": "b" | |
} | |
] | |
], | |
"newWindow": [ | |
[ | |
{ | |
"code": "KeyN", | |
"key": "N", | |
"shiftKey": true | |
} | |
] | |
], | |
"newIncognitoWindow": [], | |
"switchWindow": [ | |
[ | |
{ | |
"code": "KeyN", | |
"key": "˜", | |
"altKey": true | |
} | |
] | |
], | |
"zoomIn": [ | |
[ | |
{ | |
"code": "KeyZ", | |
"key": "z" | |
} | |
] | |
], | |
"zoomOut": [ | |
[ | |
{ | |
"code": "KeyZ", | |
"key": "Z", | |
"shiftKey": true | |
} | |
] | |
], | |
"zoomReset": [ | |
[ | |
{ | |
"code": "KeyZ", | |
"key": "Ω", | |
"altKey": true | |
} | |
] | |
], | |
"refreshTab": [ | |
[ | |
{ | |
"code": "KeyR", | |
"key": "r" | |
} | |
] | |
], | |
"refreshAllTabs": [ | |
[ | |
{ | |
"code": "KeyR", | |
"key": "R", | |
"shiftKey": true | |
} | |
] | |
], | |
"hardRefreshTab": [], | |
"toggleMuteTab": [ | |
[ | |
{ | |
"code": "KeyM", | |
"key": "m" | |
} | |
] | |
], | |
"toggleMuteAllTabs": [ | |
[ | |
{ | |
"code": "KeyM", | |
"key": "M", | |
"shiftKey": true | |
} | |
] | |
], | |
"togglePinTab": [ | |
[ | |
{ | |
"code": "KeyP", | |
"key": "p" | |
} | |
] | |
], | |
"passOneKey": [ | |
[ | |
{ | |
"code": "Semicolon", | |
"key": ";" | |
} | |
] | |
], | |
"passAllKeys": [ | |
[ | |
{ | |
"code": "Semicolon", | |
"key": ":", | |
"shiftKey": true | |
} | |
] | |
], | |
"exitPassMode": [ | |
[ | |
{ | |
"code": "KeyX", | |
"key": "x", | |
"ctrlKey": true | |
} | |
] | |
], | |
"copyURL": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyY", | |
"key": "y" | |
} | |
] | |
], | |
"clipboardCurrentTab": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyF", | |
"key": "f" | |
} | |
] | |
], | |
"clipboardBackgroundTab": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyB", | |
"key": "b" | |
} | |
] | |
], | |
"clipboardForegroundTab": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyF", | |
"key": "F", | |
"shiftKey": true | |
} | |
] | |
], | |
"clipboardNewWindow": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyN", | |
"key": "n" | |
} | |
] | |
], | |
"clipboardIncognitoWindow": [ | |
[ | |
{ | |
"code": "KeyY", | |
"key": "y" | |
}, | |
{ | |
"code": "KeyN", | |
"key": "N", | |
"shiftKey": true | |
} | |
] | |
] | |
} | |
}, | |
"Appearance": {}, | |
"Blacklist": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment