chore(hammerspoon): add new key binding and sort list

This commit is contained in:
Stefan Imhoff
2021-11-29 20:26:26 +01:00
parent 4cfd1fef3f
commit 4b7fe2c97f

View File

@@ -30,14 +30,15 @@ application.enableSpotlightForNameSearches(true)
------------
-- Keys
local KEY_SCAM = { "", "", "", "" }
local KEY_SCA = { "", "", "" }
local KEY_SCM = { "", "", "" }
local KEY_CAM = { "", "", "" }
local KEY_AM = { "", "" }
local KEY_CA = { "", "" }
local KEY_CAM = { "", "", "" }
local KEY_CM = { "", "" }
local KEY_SAM = { "", "", "" }
local KEY_AM = { "", "" }
local KEY_SC = { "", "" }
local KEY_SCA = { "", "", "" }
local KEY_SCAM = { "", "", "", "" }
local KEY_SCM = { "", "", "" }
-- Displays
local DISPLAY_PRIMARY = screen.primaryScreen()