Commit Graph
27 Commits
Author SHA1 Message Date
ortiza5 1bf73ed2c6 frontend for multiple hotkeys for each command
The options UI can now handle setting and deleting multiple hotkeys for each command
2021-03-15 00:17:00 -06:00
ortiza5 fe01d2fb60 now checks for matches against multiple key combos 2021-03-14 19:19:02 -06:00
ortiza5 4193a0df8c updated hotkey storage scheme to allow multiple 2021-03-14 18:22:59 -06:00
ortiza5andGitHub 0fdb27dba5 Merge pull request #10 from Pathduck/stuck-keys
Clear keys from set when focus is lost
2021-03-14 18:00:21 -06:00
ortiza5 8e72954384 Clear keys from set when focus is lost 2021-03-14 17:57:30 -06:00
Stian LundandGitHub 53401d2d39 Merge pull request #1 from ortiza5/ui-configurable-hotkeys
Preliminary Version of UI for Configurable Hotkeys
2021-03-12 12:08:55 +01:00
ortiza5 4ddbe6db1b re-arrange "Expand" command description 2021-03-11 18:06:12 -07:00
ortiza5 b83da76254 added additional name for "Expand" command description 2021-03-11 18:04:57 -07:00
ortiza5 275ad44a28 TODO: Found location where Expand/Contract is coupled to "e/E" 2021-03-11 17:59:50 -07:00
ortiza5 492238ac9e use helper functions to detect if a keyboard combo is used 2021-03-11 17:58:32 -07:00
ortiza5 87634d9bf1 callback is the trigger function, so it needs a controlKey arg
TODO: Need to find a way to detect if CTRL is pressed. Looking at the event, there didn't seem to be a parameter.
2021-03-11 17:56:38 -07:00
ortiza5 62d53aab3d add command for "Control + Click" to old code
taken from "Contract" command case that @Pathduck overrode
2021-03-11 17:53:21 -07:00
ortiza5 c4fbbba7fc re-add option to use "Contract" command 2021-03-11 17:50:39 -07:00
ortiza5 4fde71134c update helper function name 2021-03-11 17:49:49 -07:00
ortiza5 59e088aacf finalize helper functions section 2021-03-11 17:48:24 -07:00
ortiza5 288e7aad4e Added additional hotkey options 2021-03-11 17:47:18 -07:00
ortiza5 9bf3e5413c adding helper functions - testing local storage 2021-03-11 15:46:42 -07:00
ortiza5 ffe7bd2618 Extension now requires storage permission 2021-03-11 13:37:02 -07:00
ortiza5 f1dd625f78 Update options page to reflect actions available 2021-03-11 13:36:36 -07:00
ortiza5 3abb083a0b Set initial hotkey combos 2021-03-11 12:54:04 -07:00
ortiza5 106a5af4ac change folder structure 2021-03-10 00:55:52 -07:00
ortiza5 e0e56b74f7 change folder structure 2021-03-10 00:52:55 -07:00
ortiza5 500582202c Background script for setting default options on install 2021-03-10 00:52:18 -07:00
ortiza5 9ce7fdb8ed Add groundwork for options UI 2021-03-10 00:49:21 -07:00
stian c07178d5b3 Adding a hotkey for extension disable (Nomadic 07.03.2021 ) 2021-03-08 17:13:34 +01:00
stian 9298cc8051 First commit 2021-03-08 17:08:06 +01:00
Stian LundandGitHub 030b6f1524 Initial commit 2021-03-08 17:04:44 +01:00