lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
128 stars 16 forks source link

refactor: Rewrite Keybind system #141

Closed lulzsun closed 11 months ago

lulzsun commented 11 months ago

This was done to clean up inconsistencies with naming conventions (hotkey <-> keybind) and to fix issues such as not being able to set left/right modifiers as individual keys.

UI was changed, adding a user setting to temporarily disabled binds if needed.

This change will most likely reset keybinds when user updates from a previous version. Since we only have 2 binds currently, I don't think it is a major issue.