Skip to content

Commit 43131c3

Browse files
author
mbp.user
committed
删除 F5
1 parent 2b868aa commit 43131c3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Spoons/AppKeyable.spoon/config.lua

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ module.applications = {
3030
{key = 'm', color = '#FFFFFF', path = '/Applications/Motrix.app'},
3131
{key = 'M', color = '#FFFFFF', path = '/System/Applications/Utilities/Activity Monitor.app'},
3232
{key = 'p', color = '#FFFFFF', path = '/Applications/Postman.app'},
33+
{key = 'P', color = '#FFFFFF', path = '/Applications/Affinity Photo.app'},
3334
{key = 'q', color = '#FFFFFF', path = '/Applications/QQ.app'},
35+
{key = 'r', color = '#FFFFFF', path = '/Applications/Microsoft Remote Desktop.app'},
3436
{key = 's', color = '#FFFFFF', path = '/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app'},
3537
{key = 'S', color = '#FFFFFF', path = '/System/Applications/System Preferences.app'},
3638
{key = 'v', color = '#FFFFFF', path = '/Applications/Visual Studio Code.app'},
@@ -113,11 +115,6 @@ module.functions = {
113115
print(script)
114116
hs.osascript.applescript(script)
115117
end
116-
},
117-
{
118-
name = 'F5',
119-
key = 'r'
120-
-- 需要在 Karabiner-Elements 里将 Control + Option + Command + r 映射到 F5 上,这里仅作提示
121118
}
122119
}
123120

0 commit comments

Comments
 (0)