aboutsummaryrefslogtreecommitdiffstats
path: root/application_switch.lua
diff options
context:
space:
mode:
authorTeddy Wing2019-06-19 21:57:08 +0200
committerTeddy Wing2019-06-19 21:57:08 +0200
commit54cc763401ad033404424749fba40b31f739ba19 (patch)
tree922f071d9f535cc8b0e78ec8f21f57bfb345e261 /application_switch.lua
parent6491459204d25e4e5b5c480f594cd88a97c958ce (diff)
downloaddothammerspoon-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.
Diffstat (limited to 'application_switch.lua')
-rw-r--r--application_switch.lua3
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