From 54cc763401ad033404424749fba40b31f739ba19 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 19 Jun 2019 21:57:08 +0200 Subject: 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. --- application_switch.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'application_switch.lua') 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 -- cgit v1.2.3