aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-04lib/dome-key-map: Update to get command handlingTeddy Wing
2018-10-03lib/dome-key-map: Update to include latest `Action::Map` parsingTeddy Wing
2018-10-02Update TODOTeddy Wing
2018-09-26HeadphoneKey: Load MapGroup into `_state`; Initialize Rust loggerTeddy Wing
2018-09-26HeadphoneKey(runAction): Get rid of keyboard simulationTeddy Wing
2018-09-26lib/dome-key-map: Update for file MapGroup and loggingTeddy Wing
2018-09-25TODO: Add notes for escapingTeddy Wing
2018-09-25Update TODOTeddy Wing
2018-09-25Update TODOTeddy Wing
2018-09-25Makefile: Fix dependency on Rust libTeddy Wing
2018-09-25Add TODOTeddy Wing
2018-09-24Makefile: Only run `xcodebuild` when there are changesTeddy Wing
2018-09-24Makefile: Add a target to run the programTeddy Wing
2018-09-24lib/dome-key-map: Simulate key pressesTeddy Wing
2018-09-24lib/dome-key-map: Add current mode deactivation functionalityTeddy Wing
2018-09-24HeadphoneKey: Get switching to mode workingTeddy Wing
2018-09-21HeadphoneKey: Start of mode handling (WIP)Teddy Wing
2018-09-18HeadphoneKey: Add a method to switch modesTeddy Wing
2018-09-18HeadphoneKey(runAction): Fix EXC_BAD_ACCESS on undefined mapTeddy Wing
2018-09-18HeadphoneKey(runAction): Update for new `dome-key-map` interfaceTeddy Wing
2018-09-18Update `lib/dome-key-map` to latestTeddy Wing
2018-08-28HeadphoneKey(runAction): Use `while` loop over `result->action`Teddy Wing
2018-08-28HeadphoneKey(runAction): Take `strlen` out of loopTeddy Wing
2018-08-28HeadphoneKey: Press keys from `_key_buffer` mapTeddy Wing
2018-08-28HeadphoneKey.h: Use `HeadphoneButton` from `dome_key_map.h`Teddy Wing
2018-08-28Update 'dome-key-map' to latestTeddy Wing
2018-08-28Add dome_key_map.h to the projectTeddy Wing
2018-08-28Makefile(build): Add dependency on Rust library targetTeddy Wing
2018-08-28Link with libdome_key_map.aTeddy Wing
2018-08-27Makefile: Add target for Rust libraryTeddy Wing
2018-08-27Makefile: Make `build` target phonyTeddy Wing
2018-08-27Add 'dome-key-map' as a submoduleTeddy Wing
2018-08-27Add MakefileTeddy Wing
2018-08-27KeyboardSimulator: Use `char_to_key_code`Teddy Wing
2018-08-27Add char_to_key_code.h header fileTeddy Wing
2018-08-27char_to_key_code.m: Change loop index type to `int`Teddy Wing
2018-08-27char_to_key_code.m: Import CarbonTeddy Wing
2018-08-27Add char_to_key_code.mTeddy Wing
2018-08-27KeyboardSimulator: Add `simpleKeyPressWithKey:` methodTeddy Wing
2018-08-27Add `KeyboardSimulator`Teddy Wing
2018-08-21HeadphoneKey: Rename `maybeRunAction` to `runAction`Teddy Wing
2018-08-21HeadphoneKey: Add system for handling dead keysTeddy Wing
2018-08-16HeadphoneKey: Detect 3 headphone button typesTeddy Wing
2018-08-16Random xcodeproj changeTeddy Wing
2018-08-16Use an `NSApplication`Teddy Wing
2018-08-15Try to get headphone button eventsTeddy Wing
2018-08-15Link static DDHidLib library instead of frameworkTeddy Wing
2018-08-14Add `HeadphoneKey` classTeddy Wing
2018-08-07Add DDHidLib framework as a target dependencyTeddy Wing
2018-08-07Add submodule for DDHidLib libraryTeddy Wing