Compare commits
2 commits
e7f8c73116
...
d99acbcbea
Author | SHA1 | Date | |
---|---|---|---|
d99acbcbea | |||
602b5f375a |
2 changed files with 19 additions and 7 deletions
|
@ -6,11 +6,8 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>Label</key>
|
<key>Label</key>
|
||||||
<string>net.kovidgoyal.kitty</string>
|
<string>net.kovidgoyal.kitty</string>
|
||||||
<key>ProgramArguments</key>
|
<key>Program</key>
|
||||||
<array>
|
|
||||||
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
|
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
|
||||||
<string>--single-instance</string>
|
|
||||||
</array>
|
|
||||||
<key>RunAtLoad</key>
|
<key>RunAtLoad</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>WorkingDirectory</key>
|
<key>WorkingDirectory</key>
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
;; Karabiner config written for https://github.com/yqrashawn/GokuRakuJoudo
|
;; Karabiner config written for https://github.com/yqrashawn/GokuRakuJoudo
|
||||||
{:main [{:des "Cmd-Shift-4 to PrintScreen"
|
{:templates {:open-app "open -a \"%s\""}
|
||||||
:rules [[:!CCSS4 :print_screen]]}]}
|
:froms {:calc {:ckey :al_calculator}
|
||||||
|
:mail {:ckey :al_email_reader}
|
||||||
|
:www-back {:ckey :ac_back}
|
||||||
|
:www-forward {:ckey :ac_forward}}
|
||||||
|
:main [{:des "Cmd-Shift-4 to PrintScreen"
|
||||||
|
:rules [[:!CCSS4 :print_screen]]}
|
||||||
|
{:des "CapsLock to Hyper / Application"
|
||||||
|
:rules [[:caps_lock :!CTSleft_option nil {:alone :application :params {:alone 250}}]]}
|
||||||
|
{:des "Calculator key to open Calcbot"
|
||||||
|
:rules [[:calc [:open-app "Calcbot"]]]}
|
||||||
|
{:des "Mail key to open Airmail"
|
||||||
|
:rules [[:mail [:open-app "Airmail"]]]}
|
||||||
|
{:des "WWW Back key to Cmd-["
|
||||||
|
:rules [[:www-back :!Copen_bracket]]}
|
||||||
|
{:des "WWW Forward key to Cmd-]"
|
||||||
|
:rules [[:www-forward :!Cclose_bracket]]}]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue