Compare commits
No commits in common. "d99acbcbea07111f8c670e3741648d281e938c16" and "e7f8c731166c5497956727c821b2452201029995" have entirely different histories.
d99acbcbea
...
e7f8c73116
2 changed files with 7 additions and 19 deletions
|
@ -6,8 +6,11 @@
|
|||
<true/>
|
||||
<key>Label</key>
|
||||
<string>net.kovidgoyal.kitty</string>
|
||||
<key>Program</key>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
|
||||
<string>--single-instance</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>WorkingDirectory</key>
|
||||
|
|
|
@ -1,18 +1,3 @@
|
|||
;; Karabiner config written for https://github.com/yqrashawn/GokuRakuJoudo
|
||||
{:templates {:open-app "open -a \"%s\""}
|
||||
: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]]}]}
|
||||
{:main [{:des "Cmd-Shift-4 to PrintScreen"
|
||||
:rules [[:!CCSS4 :print_screen]]}]}
|
||||
|
|
Loading…
Add table
Reference in a new issue