diff options
author | Teddy Wing | 2018-10-04 00:36:55 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-04 00:39:56 +0200 |
commit | b18af59bdb84a038a413f0beab2eb40d30b6bae4 (patch) | |
tree | f15c44e38f45602c14d1a2d686b846d7d85c9037 | |
parent | ac99e4b90551d912613abe11d3f55e3efdb2b99d (diff) | |
download | DomeKey-b18af59bdb84a038a413f0beab2eb40d30b6bae4.tar.bz2 |
Update TODO
-rw-r--r-- | TODO | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5,23 +5,23 @@ TODO v Add `MapGroup` to `State` (2018.09.25) v FFI function to load `MapGroup` into `State` (2018.09.25) - Dealloc `_state` -- Key simulation for special keys - - F1 etc. - - Modifier keys - - Escaping +/ Key simulation for special keys + v F1 etc. + v Modifier keys + v Escaping :help <> 1. Any printable characters are typed directly, except backslash and '<' 2. A backslash is represented with "\\", double backslash, or "<Bslash>". 3. A real '<' is represented with "\<" or "<lt>". When there is no confusion possible, a '<' can be used directly. - Figure out special function keys like volume, media, etc. -- Fix: when in mode, non-mode mappings should not be enabled -- Command handling +v Fix: when in mode, non-mode mappings should not be enabled +v Command handling - DKMap Parser - Fail if no newline at the end of the file - Cleanup - - Remove result from `run_key_action_for_mode()` - - Remove Objective-C key press simulation + v Remove result from `run_key_action_for_mode()` + v Remove Objective-C key press simulation - C header file - cocoa_bridge - Rename to `ffi` module @@ -43,7 +43,7 @@ v Add `MapGroup` to `State` (2018.09.25) - Timeout - Log file? (Thinking always stdout) - LaunchAgent -- Load mappings from file +v Load mappings from file / Logging / Always output consistent timestamp / Log errors |