Preserve local Karabiner and Pi preferences

This commit is contained in:
Anton Volnuhin 2026-07-27 22:33:34 +03:00
parent 296bd3af80
commit 92d4bbd7d5
2 changed files with 17 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{
"lastChangelogVersion": "0.80.10",
"lastChangelogVersion": "0.82.1",
"theme": "dark",
"defaultProvider": "kimi-coding",
"defaultModel": "k3",
"defaultProvider": "alibaba-code-plan",
"defaultModel": "qwen3.8-max-preview",
"showHardwareCursor": false,
"defaultThinkingLevel": "high",
"quietStartup": true,

View File

@ -47,6 +47,18 @@
:main [
{:des "Trackball: hold forward (button5) + roll -> scroll; tap = forward"
:rules [{:type :basic
:from {:pointing_button :button5 :modifiers {:optional [:any]}}
:to [{:set_variable {:name "ball-scroll" :value 1 :key_up_value 0}}]
:to_if_alone [{:pointing_button :button5}]
:conditions [{:type :device_if :identifiers [{:vendor_id 1133 :product_id 50504}]}]
:parameters {:basic.to_if_alone_timeout_milliseconds 200}}
{:type :mouse_motion_to_scroll
:conditions [{:type :variable_if :name "ball-scroll" :value 1}
{:type :device_if :identifiers [{:vendor_id 1133 :product_id 50504}]}]
:options {:momentum_scroll_enabled true :speed_multiplier 0.6}}]}
{:des "pedals default"
:rules [:pedals [:left_pedal :!Tleft_command]
[:right_pedal :!TSleft_option]
@ -199,4 +211,3 @@
;; P | caps_lock
;; !! | mandatory command + control + optional + shift (hyper)
;; ## | optional any