Calvin
Calvin
Got a lot of free time on my hands now, can I give this a shot?
Currently, hotkey combinations are stored in `browser/lib/ConfigManager.js`. After going through the code, here is what I am proposing: 1. Hotkey patterns that only have one key are limited to [`Ctrl`,...
@ZeroX-DG I've created the tab and implemented the recording and saving system so it gets stored with the rest of the preferences-- is there someone who knows how to implement...
Even before that, I think it'd be a good idea to look at which actions will have a hotkey associated with them. Also, in terms of handling, @Rokt33r mentioned `mousetrap`...