Preserve local Karabiner and Pi preferences
This commit is contained in:
parent
296bd3af80
commit
92d4bbd7d5
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"lastChangelogVersion": "0.80.10",
|
"lastChangelogVersion": "0.82.1",
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"defaultProvider": "kimi-coding",
|
"defaultProvider": "alibaba-code-plan",
|
||||||
"defaultModel": "k3",
|
"defaultModel": "qwen3.8-max-preview",
|
||||||
"showHardwareCursor": false,
|
"showHardwareCursor": false,
|
||||||
"defaultThinkingLevel": "high",
|
"defaultThinkingLevel": "high",
|
||||||
"quietStartup": true,
|
"quietStartup": true,
|
||||||
|
|||||||
@ -47,6 +47,18 @@
|
|||||||
|
|
||||||
:main [
|
: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"
|
{:des "pedals default"
|
||||||
:rules [:pedals [:left_pedal :!Tleft_command]
|
:rules [:pedals [:left_pedal :!Tleft_command]
|
||||||
[:right_pedal :!TSleft_option]
|
[:right_pedal :!TSleft_option]
|
||||||
@ -199,4 +211,3 @@
|
|||||||
;; P | caps_lock
|
;; P | caps_lock
|
||||||
;; !! | mandatory command + control + optional + shift (hyper)
|
;; !! | mandatory command + control + optional + shift (hyper)
|
||||||
;; ## | optional any
|
;; ## | optional any
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user