|
|
@ -329,14 +329,14 @@ for _, v in ipairs(hsapp_list) do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
-- Then we register some keybindings with modal supervisor |
|
|
|
-- Then we register some keybindings with modal supervisor |
|
|
|
hsappM_keys = hsappM_keys or { "alt", "A" } |
|
|
|
-- hsappM_keys = hsappM_keys or { "alt", "A" } |
|
|
|
if string.len(hsappM_keys[2]) > 0 then |
|
|
|
-- if string.len(hsappM_keys[2]) > 0 then |
|
|
|
spoon.ModalMgr.supervisor:bind(hsappM_keys[1], hsappM_keys[2], "Enter AppM Environment", function() |
|
|
|
-- spoon.ModalMgr.supervisor:bind(hsappM_keys[1], hsappM_keys[2], "Enter AppM Environment", function() |
|
|
|
spoon.ModalMgr:deactivateAll() |
|
|
|
-- spoon.ModalMgr:deactivateAll() |
|
|
|
-- Show the keybindings cheatsheet once appM is activated |
|
|
|
-- -- Show the keybindings cheatsheet once appM is activated |
|
|
|
spoon.ModalMgr:activate({ "appM" }, "#FFBD2E", true) |
|
|
|
-- spoon.ModalMgr:activate({ "appM" }, "#FFBD2E", true) |
|
|
|
end) |
|
|
|
-- end) |
|
|
|
end |
|
|
|
-- end |
|
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------- |
|
|
|
---------------------------------------------------------------------------------------------------- |
|
|
|
-- clipshowM modal environment |
|
|
|
-- clipshowM modal environment |
|
|
|