index
:
DomeKey
bluetooth-headset-compatibility
master
Control your computer with a pair of headphones
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-28
Update 'dome-key-map' to latest
Teddy Wing
2018-08-28
Add dome_key_map.h to the project
Teddy Wing
2018-08-28
Makefile(build): Add dependency on Rust library target
Teddy Wing
2018-08-28
Link with libdome_key_map.a
Teddy Wing
2018-08-27
Makefile: Add target for Rust library
Teddy Wing
2018-08-27
Makefile: Make `build` target phony
Teddy Wing
2018-08-27
Add 'dome-key-map' as a submodule
Teddy Wing
2018-08-27
Add Makefile
Teddy Wing
2018-08-27
KeyboardSimulator: Use `char_to_key_code`
Teddy Wing
2018-08-27
Add char_to_key_code.h header file
Teddy Wing
2018-08-27
char_to_key_code.m: Change loop index type to `int`
Teddy Wing
2018-08-27
char_to_key_code.m: Import Carbon
Teddy Wing
2018-08-27
Add char_to_key_code.m
Teddy Wing
2018-08-27
KeyboardSimulator: Add `simpleKeyPressWithKey:` method
Teddy Wing
2018-08-27
Add `KeyboardSimulator`
Teddy Wing
2018-08-21
HeadphoneKey: Rename `maybeRunAction` to `runAction`
Teddy Wing
2018-08-21
HeadphoneKey: Add system for handling dead keys
Teddy Wing
2018-08-16
HeadphoneKey: Detect 3 headphone button types
Teddy Wing
2018-08-16
Random xcodeproj change
Teddy Wing
2018-08-16
Use an `NSApplication`
Teddy Wing
2018-08-15
Try to get headphone button events
Teddy Wing
2018-08-15
Link static DDHidLib library instead of framework
Teddy Wing
2018-08-14
Add `HeadphoneKey` class
Teddy Wing
2018-08-07
Add DDHidLib framework as a target dependency
Teddy Wing
2018-08-07
Add submodule for DDHidLib library
Teddy Wing
2018-08-06
Add .gitignore
Teddy Wing
2018-08-06
New Xcode 9.2 command-line tool project
Teddy Wing