Skip to content

Configurable keymaps via config file

  1. Added a map that holds all the key codes we use
  2. Read all the key codes from that map instead of using the hard coded values
  3. Before assigning the key codes, optionally overwrite the codes specified in that map with values set in the config file

Merge request reports