diff --git a/private_dot_config/karabiner.edn b/private_dot_config/karabiner.edn index 04e6bed..294fe2a 100644 --- a/private_dot_config/karabiner.edn +++ b/private_dot_config/karabiner.edn @@ -15,6 +15,7 @@ :copilot ["^com\\.apple\\.Safari\\.WebApp\\.8693C89E-9B7E-4E3D-A8E1-C2EB22E28784$"] :webui ["^com\\.apple\\.Safari\\.WebApp\\.2455BCD9-4CA6-415F-80D8-2FA98F05FC97$"] :openai ["^com\\.Unite\\.openai$"] + :librechat ["^com\\.Unite\\.LibreChat$"] :claude ["^com\\.Unite\\.Claude$"] :jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"] :dataspell ["^com\\.jetbrains\\.dataspell$"] @@ -103,6 +104,8 @@ [:p :!Ch :webui] [:i [:open "/Users/anton/Applications/Perplexity.app"] :!perplexity] [:i :!Ch :perplexity] + [:l [:open "/Applications/LibreChat.app"] :!librechat] + [:l :!Ch :librechat] [:j [:open "/Applications/JupyterLab.app"] :!jupyter] [:j :!Ch :jupyter] [:d [:open "/Users/anton/Applications/DataSpell.app"] :!dataspell]