diff options
| author | Teddy Wing | 2018-09-24 18:13:25 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-09-24 18:13:25 +0200 | 
| commit | 0dc132e5cbda012dff9faed9a115e2d96c1419af (patch) | |
| tree | a37ed85aa1aecb1427262c16b6faef876553fa69 /src/lib.rs | |
| parent | d300f69b3486e1c7740848edd19919b133a7b7cd (diff) | |
| download | dome-key-map-0dc132e5cbda012dff9faed9a115e2d96c1419af.tar.bz2 | |
run_key_action_for_mode(): Simulate key press on `map` type action
For now this is just a test and doesn't handle modifier keys. Just
trying to see if 'autopilot' will work.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1,3 +1,4 @@ +extern crate autopilot;  // extern crate cocoa;  #[macro_use] | 
