diff options
author | Teddy Wing | 2019-06-19 21:57:08 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-19 21:57:08 +0200 |
commit | 54cc763401ad033404424749fba40b31f739ba19 (patch) | |
tree | 922f071d9f535cc8b0e78ec8f21f57bfb345e261 | |
parent | 6491459204d25e4e5b5c480f594cd88a97c958ce (diff) | |
download | dothammerspoon-54cc763401ad033404424749fba40b31f739ba19.tar.bz2 |
application_switch: Remove impossible TODO
Turns out you can't define a multi-key mapping. Not sure if there's a
way to define a dead key in Hammerspoon other than using a mode. Looks
like the way I originally wrote it is the way to do it.
-rw-r--r-- | application_switch.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application_switch.lua b/application_switch.lua index 87b966a..cf2f533 100644 --- a/application_switch.lua +++ b/application_switch.lua @@ -38,6 +38,3 @@ application_switch_mode:bind({}, 'f', function() application_switch_mode:exit() end) - --- TODO: Don't do that with a mode, just a list of keys, as the mode sometimes --- doesn't activate quick enough |