New apps to CAPS layer
This commit is contained in:
parent
e3831815a2
commit
cdb346459c
@ -18,6 +18,9 @@
|
|||||||
:openai ["^com\\.Unite\\.openai$"]
|
:openai ["^com\\.Unite\\.openai$"]
|
||||||
:librechat ["^com\\.Unite\\.LibreChat$"]
|
:librechat ["^com\\.Unite\\.LibreChat$"]
|
||||||
:claude ["^com\\.Unite\\.Claude$"]
|
:claude ["^com\\.Unite\\.Claude$"]
|
||||||
|
:hepta ["^app.projectmeta.projectmeta$"]
|
||||||
|
:youcom ["^com\\.Unite\\.You$"]
|
||||||
|
:metaai ["^com\\.Unite\\.Meta.ai$"]
|
||||||
:jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"]
|
:jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"]
|
||||||
:dataspell ["^com\\.jetbrains\\.dataspell$"]
|
:dataspell ["^com\\.jetbrains\\.dataspell$"]
|
||||||
:vikunja ["^com\\.Unite\\.Vikunja$"]}
|
:vikunja ["^com\\.Unite\\.Vikunja$"]}
|
||||||
@ -37,8 +40,8 @@
|
|||||||
|
|
||||||
{:des "pedals default"
|
{:des "pedals default"
|
||||||
:rules [:pedals [:left_pedal :!Tleft_command]
|
:rules [:pedals [:left_pedal :!Tleft_command]
|
||||||
[:middle_pedal :!TSleft_option]
|
[:right_pedal :!TSleft_option]
|
||||||
[:right_pedal :ru nil {:afterdown :ru
|
[:middle_pedal :ru nil {:afterdown :ru
|
||||||
:afterup :en}]
|
:afterup :en}]
|
||||||
]}
|
]}
|
||||||
|
|
||||||
@ -96,10 +99,14 @@
|
|||||||
[:a [[:open "/Applications/Arc.app"] {:input :en}]]
|
[:a [[:open "/Applications/Arc.app"] {:input :en}]]
|
||||||
[:g [:open "/Users/anton/Applications/Gemini.app"] :!gemini]
|
[:g [:open "/Users/anton/Applications/Gemini.app"] :!gemini]
|
||||||
[:g :!Ch :gemini]
|
[:g :!Ch :gemini]
|
||||||
[:m [:open "/Users/anton/Applications/Copilot.app"] :!copilot]
|
[:c [:open "/Users/anton/Applications/Copilot.app"] :!copilot]
|
||||||
[:m :!Ch :copilot]
|
[:c :!Ch :copilot]
|
||||||
[:c [:open "/Applications/Claude.app"] :!claude]
|
[:y [:open "/Applications/You.app"] :!youcom]
|
||||||
[:c :!Ch :claude]
|
[:y :!Ch :youcom]
|
||||||
|
[:d [:open "/Applications/Claude.app"] :!claude]
|
||||||
|
[:d :!Ch :claude]
|
||||||
|
[:h [:open "/Applications/Heptabase.app"] :!hepta]
|
||||||
|
[:h :!Ch :hepta]
|
||||||
[:w [:open "/Users/anton/Applications/Setia.wiki.app"]]
|
[:w [:open "/Users/anton/Applications/Setia.wiki.app"]]
|
||||||
[:o [:open "/Applications/openai.app"] :!openai]
|
[:o [:open "/Applications/openai.app"] :!openai]
|
||||||
[:o :!Ch :openai]
|
[:o :!Ch :openai]
|
||||||
@ -109,10 +116,10 @@
|
|||||||
[:i :!Ch :perplexity]
|
[:i :!Ch :perplexity]
|
||||||
[:l [:open "/Applications/LibreChat.app"] :!librechat]
|
[:l [:open "/Applications/LibreChat.app"] :!librechat]
|
||||||
[:l :!Ch :librechat]
|
[:l :!Ch :librechat]
|
||||||
[:j [:open "/Applications/JupyterLab.app"] :!jupyter]
|
; [:j [:open "/Applications/JupyterLab.app"] :!jupyter]
|
||||||
[:j :!Ch :jupyter]
|
; [:j :!Ch :jupyter]
|
||||||
[:d [:open "/Users/anton/Applications/DataSpell.app"] :!dataspell]
|
[:m [:open "/Applications/Meta.ai.app"] :!metaai]
|
||||||
[:d :!Ch :dataspell]
|
[:m :!Ch :metaai]
|
||||||
[:v [:open "/Applications/Vikunja.app"] :!vikunja]
|
[:v [:open "/Applications/Vikunja.app"] :!vikunja]
|
||||||
[:v :!Ch :vikunja]
|
[:v :!Ch :vikunja]
|
||||||
]}
|
]}
|
||||||
|
Loading…
Reference in New Issue
Block a user