mjolnirapp / mjolnir

Lightweight automation and productivity app for OS X
5.2k stars 129 forks source link

Breaks my Karabiner key bindings #549

Closed chris838 closed 9 years ago

chris838 commented 9 years ago

Perhaps unsurprisingly, I can't get Mjolnir to work nicely with Karabiner. I use Karabiner to provide system-wide readline-like text manipulation and navigation shortcut keys.

It would be nice if I could just add these from Mjolnir instead, but I can't figure out how to execute commands like "move word forwards" or "delete word backwards".

thesoftwarephilosopher commented 9 years ago

@chris838 I don't know what Karabiner is. But OS X already comes with many readline key-bindings in nearly every (native) text field and text box. Plus, you can add even more via DefaultKeyBinding.dict.

chris838 commented 9 years ago

DefaultKeyBinding.dict actually has most of what I need - thank you!