#41: Add load_keymap config entry, load a keymap as config.keymap.

This commit is contained in:
Bill Dengler
2015-05-16 01:13:54 -04:00
parent 40adacb32e
commit dc5d11c1c8
3 changed files with 55 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ play_ready_sound = boolean(default=True)
speak_ready_msg = boolean(default=True)
log_level = string(default="error")
use_slow_audio_algo = boolean(default=False)
load_keymap = string(default="default.keymap")
[keymap]
up = string(default="control+win+up")