This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {:des "Maps button3 + button1/button2 to scroll up/down" | |
| :rules [;; | |
| [{:pkey :button3} ["button3_down" 1] nil {:afterup ["button3_down" 0] :alone {:pkey :button3}}] ; | |
| [{:pkey :button1} {:mkey {:vwheel 32}} ["button3_down" 1]] ; | |
| [{:pkey :button2} {:mkey {:vwheel -32}} ["button3_down" 1]] ; | |
| ]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description" : "i-mode", | |
| "manipulators" : [ { | |
| "from" : { | |
| "key_code" : "o" | |
| }, | |
| "to" : [ { | |
| "key_code" : "tab" | |
| } ], | |
| "conditions" : [ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global" : { | |
| "check_for_updates_on_startup" : true, | |
| "show_in_menu_bar" : false, | |
| "show_profile_name_in_menu_bar" : false | |
| }, | |
| "profiles" : [ { | |
| "complex_modifications" : { | |
| "parameters" : { | |
| "basic.simultaneous_threshold_milliseconds" : null, |
NewerOlder