feat manage script
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"global": { "show_in_menu_bar": false },
|
||||
"profiles": [
|
||||
{
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": { "is_keyboard": true },
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "non_us_backslash" },
|
||||
"to": [{ "key_code": "grave_accent_and_tilde" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "Default profile",
|
||||
"selected": true
|
||||
}
|
||||
]
|
||||
}
|
||||
44
config/macos/karabiner/karabiner.json
Normal file
44
config/macos/karabiner/karabiner.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"global": { "show_in_menu_bar": false },
|
||||
"profiles": [
|
||||
{
|
||||
"devices": [
|
||||
{
|
||||
"identifiers": { "is_keyboard": true },
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "non_us_backslash" },
|
||||
"to": [{ "key_code": "grave_accent_and_tilde" }]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifiers": {
|
||||
"is_keyboard": true,
|
||||
"product_id": 49164,
|
||||
"vendor_id": 7276
|
||||
},
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "left_command" },
|
||||
"to": [{ "key_code": "left_option" }]
|
||||
},
|
||||
{
|
||||
"from": { "key_code": "left_option" },
|
||||
"to": [{ "key_code": "left_command" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "Default profile",
|
||||
"selected": true,
|
||||
"simple_modifications": [
|
||||
{
|
||||
"from": { "key_code": "caps_lock" },
|
||||
"to": [{ "key_code": "left_control" }]
|
||||
}
|
||||
],
|
||||
"virtual_hid_keyboard": { "keyboard_type_v2": "ansi" }
|
||||
}
|
||||
]
|
||||
}
|
||||
44
config/macos/linearmouse/linearmouse.json
Normal file
44
config/macos/linearmouse/linearmouse.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$schema": "https:\/\/schema.linearmouse.app\/0.10.0",
|
||||
"schemes": [
|
||||
{
|
||||
"if" : {
|
||||
"device" : {
|
||||
"vendorID" : "0x46d",
|
||||
"productID" : "0xc52b",
|
||||
"productName" : "USB Receiver",
|
||||
"category" : "mouse"
|
||||
}
|
||||
},
|
||||
"scrolling": {
|
||||
"reverse": {
|
||||
"vertical": true
|
||||
},
|
||||
"speed": {
|
||||
"vertical": 0
|
||||
},
|
||||
"acceleration": {
|
||||
"vertical": 1
|
||||
},
|
||||
"distance": {
|
||||
"vertical": "100px"
|
||||
},
|
||||
"modifiers": {
|
||||
"vertical": {
|
||||
"command": {
|
||||
"type": "preventDefault"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"universalBackForward": true
|
||||
},
|
||||
"pointer": {
|
||||
"acceleration": 0.3,
|
||||
"speed": 0.2,
|
||||
"disableAcceleration": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user