diff options
author | Teddy Wing | 2018-11-05 04:38:23 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-05 04:38:23 +0100 |
commit | db7b1896278cc4e0ff3e289b73d5e76d6ac9c8ee (patch) | |
tree | b73bda75667d69bf31d54da192b0e571b0a1866b | |
parent | 98061d85921ab843d1c442527212f61ab4ab919e (diff) | |
download | DomeKey-db7b1896278cc4e0ff3e289b73d5e76d6ac9c8ee.tar.bz2 |
lib/dome-key-map: Update to latest
Fixes parse error when the mappings file starts with blank lines or
comment lines.
-rw-r--r-- | TODO | 1 | ||||
m--------- | lib/dome-key-map | 0 |
2 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ v Fix: when in mode, non-mode mappings should not be enabled v Command handling v DKMap Parser v Fail if no newline at the end of the file + v Fix error with comments and whitespace v Cleanup v Remove result from `run_key_action_for_mode()` v Remove Objective-C key press simulation diff --git a/lib/dome-key-map b/lib/dome-key-map -Subproject 29bc22d4b4881acb2eb6534af1d260f52bac7bd +Subproject d608a23da62c9a93c01802997f1204fd494eb97 |