index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-20
read_config_file(): Return a default config if no file found
Teddy Wing
2018-10-20
read_config_file(): Update to get the config from `config.toml`
Teddy Wing
2018-10-19
config: Add a function to read a config file (WIP)
Teddy Wing
2018-10-19
Config: Add `timeout` field
Teddy Wing
2018-10-18
Add a `<Nop>` pseudo-key
Teddy Wing
2018-10-18
parser: Add a basic test for `NXKey` parsing
Teddy Wing
2018-10-18
Parse `NXKey`s
Teddy Wing
2018-10-18
Rename and ignore `dktest` test
Teddy Wing
2018-10-18
Update `dktest` to use new method signature
Teddy Wing
2018-10-18
Add `NXKey` to `KeyboardKeyWithModifiers`
Teddy Wing
2018-10-18
Add functions to get a `CGEventFlags` from a slice of `autopilot::Flag`
Teddy Wing
2018-10-17
key_code: Remove inconsistent spaces in attribute
Teddy Wing
2018-10-17
Add NX special keys
Teddy Wing
2018-10-15
Test media key simulator using the Play media key
Teddy Wing
2018-10-14
Test media key simulator static library
Teddy Wing
2018-10-14
key_code: Ideas for a new `KeyCode` type
Teddy Wing
2018-10-13
Get rid of media key simulation code
Teddy Wing
2018-10-13
Try to send media key events using `NSEvent` and `CGevent`
Teddy Wing
2018-10-11
Add a function to send media key events
Teddy Wing
2018-10-06
c_parse_args(): Change return value to mut pointer
Teddy Wing
2018-10-06
c_parse_args(): Box the returned `Config` pointer
Teddy Wing
2018-10-05
Fix command line argument FFI issues
Teddy Wing
2018-10-05
Turn `Config` into a C struct instead of an opaque struct
Teddy Wing
2018-10-05
Add an FFI bridge to the `parse_args()` function
Teddy Wing
2018-10-05
Add a command line option parser
Teddy Wing
2018-10-04
run_key_action_for_mode(): Fix in_mode deactivation
Teddy Wing
2018-10-03
run_key_action_for_mode(): Extract action code to a new method
Teddy Wing
2018-10-03
Remove return values from `c_run_key_action()` etc.
Teddy Wing
2018-10-03
Remove `action_parses_command_to_vec_of_words()` test
Teddy Wing
2018-10-03
run_key_action_for_mode(): Run mode-level commands
Teddy Wing
2018-10-03
parse_actions(): Parse `Action::Map` for mode maps
Teddy Wing
2018-10-03
run_key_action_for_mode(): Remove `type_string()` calls
Teddy Wing
2018-10-03
Remove old code from 52398f0c8507fdb5fe4a680bbbb841232b396ae7
Teddy Wing
2018-10-03
run_key_action_for_mode(): Tap keys using `KeyboardKeyWithModifiers`
Teddy Wing
2018-10-03
KeyboardKeyWithModifiers: Remove `Option` from `flags` field
Teddy Wing
2018-10-03
Clean up old code from 48fcb96befe65ca30bfd91f4194afb9e99258f4a
Teddy Wing
2018-10-02
Re-parse map `Action::String`s to `Action::Map`s (WIP)
Teddy Wing
2018-10-01
Revert "Add <Bslash> and <lt> escapes for action (WIP)"
Teddy Wing
2018-10-01
Add <Bslash> and <lt> escapes for action (WIP)
Teddy Wing
2018-10-01
Fill in `action_parses_map_with_simple_characters()` test
Teddy Wing
2018-09-30
Fill in `action_parses_map_with_multiple_modifiers()`
Teddy Wing
2018-09-30
action_parses_map_with_less_than_escape(): Add `>` to end of test string
Teddy Wing
2018-09-30
special_key(): Handle modifier + character special keys
Teddy Wing
2018-09-30
Try to parse modifier keys (WIP)
Teddy Wing
2018-09-30
action_map(): Add backslash escaping
Teddy Wing
2018-09-30
Extract action normal character parsing to a function
Teddy Wing
2018-09-30
Get `action_map()` parser working
Teddy Wing
2018-09-30
parser: Add `key_code` and `special_key` parsers
Teddy Wing
2018-09-29
Start filling new action parser tests
Teddy Wing
2018-09-29
parser: Add some stub tests for a new `Action` parser
Teddy Wing
[prev]
[next]