Only copy changed keystrokes in keymap.keymap and let unchanged entries in the main file

This commit is contained in:
2016-12-29 11:41:31 -06:00
parent 7d188a40b2
commit 9d0558468a
2 changed files with 3 additions and 3 deletions

View File

@@ -24,4 +24,4 @@ def setup ():
app.write()
global changed_keymap
changed_keymap = True
keymap = config_utils.load_config(paths.config_path("keymap.keymap"), paths.app_path("keymaps/"+app['app-settings']['load_keymap']))
keymap = config_utils.load_config(paths.config_path("keymap.keymap"), paths.app_path("keymaps/"+app['app-settings']['load_keymap']), copy=False)