nathancahill / Anycomplete

The magic of Google Autocomplete while you're typing. Anywhere.
1.54k stars 49 forks source link

Make hotkeys configurable #10

Closed selectnull closed 7 years ago

selectnull commented 7 years ago

It is nicer if the end user does not need to edit the source code to change the hotkey. I've implemented registerDefaultBindings function that takes optional modifier and keys (defaults to original ones).

Installation procedure is documented to reflect this change.

The same pattern can be used to implement end-user selection of Google or DuckDuckGo autocomplete engine (and potentially any other) and I'd be willing to do it.

nathancahill commented 7 years ago

Excellent! Still learning how best to share Hammerspoon code, this looks perfect. Thanks!