Add SCC configurations

This commit is contained in:
Daniel Lynn 2022-05-04 23:57:17 -05:00
parent aeaa887d2c
commit f395a267b2
Signed by: daniel
GPG Key ID: 28496A140E180A9D
21 changed files with 588 additions and 0 deletions

112
scc/config.json Normal file
View File

@ -0,0 +1,112 @@
{
"autoswitch": [{
"action": "profile('Guild Wars 2')",
"condition": {
"title": "Guild Wars 2"
}
}],
"autoswitch_osd": true,
"controllers": {
"sc1": {
"icon": "sc-0.svg",
"idle_timeout": 600,
"input_rotation_l": 20,
"input_rotation_r": -20,
"led_level": 80,
"name": "sc1",
"osd_alignment": 0
},
"sc2": {
"icon": "sc-1.svg",
"idle_timeout": 600,
"input_rotation_l": 20,
"input_rotation_r": -20,
"led_level": 80,
"name": "sc2",
"osd_alignment": 0
},
"scFC5430662F": {
"icon": "sc-2.svg",
"idle_timeout": 600,
"input_rotation_l": 20,
"input_rotation_r": -20,
"led_level": 80,
"menu_cancel": "B",
"menu_confirm": "A",
"menu_control": "STICK",
"name": "scFC5430662F",
"osd_alignment": 0
},
"scbt1": {
"icon": "scbt-0.svg",
"idle_timeout": 600,
"input_rotation_l": 20,
"input_rotation_r": -20,
"led_level": 80,
"menu_cancel": "B",
"menu_confirm": "A",
"menu_control": "STICK",
"name": "scbt1",
"osd_alignment": 0
}
},
"drivers": {
"ds4drv": false,
"evdevdrv": true,
"fake": false,
"hiddrv": true,
"sc_by_bt": true,
"sc_by_cable": true,
"sc_dongle": true
},
"enable_sniffing": false,
"fix_xinput": true,
"gesture_colors": {
"background": "160c00ff",
"grid": "004000ff",
"line": "ffffff1a"
},
"gui": {
"autokill_daemon": false,
"enable_status_icon": true,
"minimize_on_start": false,
"minimize_to_status_icon": true,
"news": {
"enabled": true,
"last_version": "0.4.8"
}
},
"ignore_serials": false,
"osd_colors": {
"background": "101010",
"border": "101010",
"menuitem_border": "101010",
"menuitem_hilight": "202020",
"menuitem_hilight_border": "16FF26",
"menuitem_hilight_text": "16FF26",
"menuseparator": "2e3436",
"text": "16BF24"
},
"osd_style": "Classic.gtkstyle.css",
"osk_colors": {
"button1": "101010",
"button1_border": "101010",
"button2": "2e3436",
"button2_border": "2e3436",
"hilight": "7A7A7A",
"pressed": "B0B0B0",
"text": "16BF24"
},
"output": {
"axes": [[-32768, 32767], [-32768, 32767], [-32768, 32767], [-32768, 32767], [0, 255], [0, 255], [-1, 1], [-1, 1]],
"buttons": 11,
"name": "Microsoft X-Box 360 pad",
"product": "0x028e",
"rumble": false,
"vendor": "0x045e",
"version": "0x110"
},
"recent_max": 10,
"recent_profiles": ["Guild Wars 2", "Desktop", "XBox Controller with High Precision Camera", "XBox Controller"],
"windows_opacity": 0.95
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

28
scc/menus/Default.menu Normal file
View File

@ -0,0 +1,28 @@
[{
"name": "Recent profiles",
"separator": true
}, {
"generator": "recent",
"rows": 3
}, {
"icon": "system/profiles",
"name": "All Profiles",
"submenu": "Profiles.menu"
}, {
"name": "Options",
"separator": true
}, {
"icon": "system/autoswitch",
"name": "Autoswitch Options",
"submenu": ".autoswitch.menu"
}, {
"action": "osd(turnoff())",
"icon": "system/turn-off",
"id": "item4",
"name": "Turn Controller OFF"
}, {
"action": "keyboard()",
"icon": "system/keyboard",
"id": "item5",
"name": "Display Keyboard"
}]

View File

@ -0,0 +1,224 @@
{
"_": "",
"buttons": {
"A": {
"action": "mode(LGRIP, button(Keys.KEY_F4), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_3), button(Keys.KEY_4))"
},
"B": {
"action": "mode(LGRIP, button(Keys.KEY_F5), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_4), button(Keys.KEY_5))"
},
"BACK": {
"action": "mode(RGRIP, radialmenu('Build + Equipment Templates',RIGHT,SAME,B), button(Keys.KEY_CAPSLOCK))"
},
"C": {
"action": "feedback(BOTH, 512.0, hold(turnoff(), button(Keys.KEY_KPSLASH), 3.0))"
},
"LB": {
"action": "mode(RGRIP, button(Keys.KEY_F6), LGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_5), button(Keys.KEY_8))"
},
"LGRIP": {
"action": "mode(RGRIP, button(Keys.KEY_RIGHTCTRL), None)"
},
"RB": {
"action": "mode(LGRIP, button(Keys.KEY_F7), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_6), button(Keys.KEY_9))"
},
"RPAD": {
"action": "mode(RGRIP, button(Keys.KEY_GRAVE), LGRIP, button(Keys.KEY_C), button(Keys.KEY_SPACE))"
},
"START": {
"action": "button(Keys.KEY_M)"
},
"STICKPRESS": {
"action": "mode(LGRIP, button(Keys.KEY_R), RGRIP, button(Keys.KEY_DOT), button(Keys.KEY_V))"
},
"X": {
"action": "mode(LGRIP, button(Keys.KEY_F2), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_1), button(Keys.KEY_2))"
},
"Y": {
"action": "mode(LGRIP, button(Keys.KEY_F3), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_2), button(Keys.KEY_3))"
}
},
"cpad": {},
"gyro": {},
"is_template": false,
"menus": {
"Build + Equipment Templates": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_INSERT); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_HOME); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEUP); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_DELETE); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_END); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEDOWN); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Build Templates": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Equipment Templates": [{
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Guild Wars 2 Menu": [{
"action": "button(Keys.KEY_F11)",
"icon": "gw2/Options_Menu_Bar_icon",
"id": "item1",
"name": "Options"
}, {
"action": "button(Keys.KEY_Y)",
"icon": "gw2/Contacts_Menu_Bar_icon",
"id": "item2",
"name": "LFG"
}, {
"action": "button(Keys.KEY_H)",
"icon": "gw2/Hero_panel_Menu_Bar_icon",
"id": "item3",
"name": "Hero"
}, {
"action": "button(Keys.KEY_I)",
"icon": "gw2/Inventory_Menu_Bar_icon",
"id": "item4",
"name": "Inventory"
}, {
"action": "button(Keys.KEY_F10)",
"icon": "gw2/Mail_Menu_Bar_icon",
"id": "item5",
"name": "Mail"
}, {
"action": "button(Keys.KEY_O)",
"icon": "gw2/Black_Lion_Menu_Bar_icon",
"id": "item6",
"name": "Trading Post"
}, {
"action": "button(Keys.KEY_G)",
"icon": "gw2/Guild_panel_Menu_Bar_icon",
"id": "item7",
"name": "Guild"
}, {
"action": "button(Keys.KEY_B)",
"icon": "gw2/WvW_Menu_Bar_icon",
"id": "item8",
"name": "WvW"
}, {
"action": "button(Keys.KEY_P)",
"icon": "gw2/PvP_Menu_Bar_icon",
"id": "item9",
"name": "PvP"
}],
"Guild Wars 2 Mounts": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_1)",
"icon": "gw2/Raptor_(skill)",
"id": "item1",
"name": "Raptor"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_2)",
"icon": "gw2/Springer_(skill)",
"id": "item2",
"name": "Springer"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_3)",
"icon": "gw2/Skimmer_(skill)",
"id": "item3",
"name": "Skimmer"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_4)",
"icon": "gw2/Jackal_(skill)",
"id": "item4",
"name": "Jackal"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_5)",
"icon": "gw2/Griffon_(skill)",
"id": "item5",
"name": "Griffon"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_6)",
"icon": "gw2/Roller_Beetle_(skill)",
"id": "item6",
"name": "Roller Beetle"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_7)",
"icon": "gw2/Warclaw_(skill)",
"id": "item7",
"name": "Warclaw"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_8)",
"icon": "gw2/Skyscale_(skill)",
"id": "item8",
"name": "Skyscale"
}]
},
"pad_left": {
"action": "mode(RGRIP, click(dpad8(1, button(Keys.KEY_J), button(Keys.KEY_COMMA), button(Keys.KEY_BACKSLASH), button(Keys.KEY_U))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))), LGRIP, click(dpad8(1, button(Keys.KEY_H), button(Keys.KEY_O), button(Keys.KEY_P), button(Keys.KEY_I))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))), click(feedback(LEFT, dpad8(1, button(Keys.KEY_F), button(Keys.KEY_MINUS), button(Keys.KEY_GRAVE), button(Keys.KEY_X)))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))))"
},
"pad_right": {
"action": "smooth(8, 0.75, 2, feedback(RIGHT, 192, sens(3.0, 3.0, ball(4.0, mouse()))))"
},
"stick": {
"action": "dpad(button(Keys.KEY_UP), button(Keys.KEY_DOWN), button(Keys.KEY_LEFT), button(Keys.KEY_RIGHT))"
},
"trigger_left": {
"action": "mode(RGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_0)), LGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_7)), trigger(50, 254, feedback(LEFT, button(Keys.BTN_RIGHT))) and trigger(255, button(Keys.KEY_6)))"
},
"trigger_right": {
"action": "mode(LGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_F1)), RGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_8)), trigger(50, 254, feedback(RIGHT, button(Keys.BTN_MOUSE))) and trigger(255, button(Keys.KEY_7)))"
},
"version": 1.4
}

View File

@ -0,0 +1,224 @@
{
"_": "",
"buttons": {
"A": {
"action": "mode(LGRIP, button(Keys.KEY_F4), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_3), button(Keys.KEY_4))"
},
"B": {
"action": "mode(LGRIP, button(Keys.KEY_F5), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_4), button(Keys.KEY_5))"
},
"BACK": {
"action": "mode(RGRIP, radialmenu('Build + Equipment Templates',RIGHT,SAME,B), button(Keys.KEY_CAPSLOCK))"
},
"C": {
"action": "feedback(BOTH, 512.0, hold(turnoff(), button(Keys.KEY_KPSLASH), 3.0))"
},
"LB": {
"action": "mode(RGRIP, button(Keys.KEY_F6), LGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_5), button(Keys.KEY_8))"
},
"LGRIP": {
"action": "mode(RGRIP, button(Keys.KEY_RIGHTCTRL), None)"
},
"RB": {
"action": "mode(LGRIP, button(Keys.KEY_F7), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_6), button(Keys.KEY_9))"
},
"RPAD": {
"action": "mode(RGRIP, button(Keys.KEY_GRAVE), LGRIP, button(Keys.KEY_C), button(Keys.KEY_SPACE))"
},
"START": {
"action": "button(Keys.KEY_M)"
},
"STICKPRESS": {
"action": "mode(LGRIP, button(Keys.KEY_R), RGRIP, button(Keys.KEY_DOT), button(Keys.KEY_V))"
},
"X": {
"action": "mode(LGRIP, button(Keys.KEY_F2), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_1), button(Keys.KEY_2))"
},
"Y": {
"action": "mode(LGRIP, button(Keys.KEY_F3), RGRIP, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_2), button(Keys.KEY_3))"
}
},
"cpad": {},
"gyro": {},
"is_template": false,
"menus": {
"Build + Equipment Templates": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_INSERT); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_HOME); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEUP); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_DELETE); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_END); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEDOWN); sleep(0.200); button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Build Templates": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Equipment Templates": [{
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_INSERT)",
"id": "item1",
"name": "1"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_HOME)",
"id": "item2",
"name": "2"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEUP)",
"id": "item3",
"name": "3"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_DELETE)",
"id": "item4",
"name": "4"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_END)",
"id": "item5",
"name": "5"
}, {
"action": "button(Keys.KEY_LEFTCTRL) and button(Keys.KEY_PAGEDOWN)",
"id": "item6",
"name": "6"
}],
"Guild Wars 2 Menu": [{
"action": "button(Keys.KEY_F11)",
"icon": "gw2/Options_Menu_Bar_icon",
"id": "item1",
"name": "Options"
}, {
"action": "button(Keys.KEY_Y)",
"icon": "gw2/Contacts_Menu_Bar_icon",
"id": "item2",
"name": "LFG"
}, {
"action": "button(Keys.KEY_H)",
"icon": "gw2/Hero_panel_Menu_Bar_icon",
"id": "item3",
"name": "Hero"
}, {
"action": "button(Keys.KEY_I)",
"icon": "gw2/Inventory_Menu_Bar_icon",
"id": "item4",
"name": "Inventory"
}, {
"action": "button(Keys.KEY_F10)",
"icon": "gw2/Mail_Menu_Bar_icon",
"id": "item5",
"name": "Mail"
}, {
"action": "button(Keys.KEY_O)",
"icon": "gw2/Black_Lion_Menu_Bar_icon",
"id": "item6",
"name": "Trading Post"
}, {
"action": "button(Keys.KEY_G)",
"icon": "gw2/Guild_panel_Menu_Bar_icon",
"id": "item7",
"name": "Guild"
}, {
"action": "button(Keys.KEY_B)",
"icon": "gw2/WvW_Menu_Bar_icon",
"id": "item8",
"name": "WvW"
}, {
"action": "button(Keys.KEY_P)",
"icon": "gw2/PvP_Menu_Bar_icon",
"id": "item9",
"name": "PvP"
}],
"Guild Wars 2 Mounts": [{
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_1)",
"icon": "gw2/Raptor_(skill)",
"id": "item1",
"name": "Raptor"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_2)",
"icon": "gw2/Springer_(skill)",
"id": "item2",
"name": "Springer"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_3)",
"icon": "gw2/Skimmer_(skill)",
"id": "item3",
"name": "Skimmer"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_4)",
"icon": "gw2/Jackal_(skill)",
"id": "item4",
"name": "Jackal"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_5)",
"icon": "gw2/Griffon_(skill)",
"id": "item5",
"name": "Griffon"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_6)",
"icon": "gw2/Roller_Beetle_(skill)",
"id": "item6",
"name": "Roller Beetle"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_7)",
"icon": "gw2/Warclaw_(skill)",
"id": "item7",
"name": "Warclaw"
}, {
"action": "button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_8)",
"icon": "gw2/Skyscale_(skill)",
"id": "item8",
"name": "Skyscale"
}]
},
"pad_left": {
"action": "mode(RGRIP, click(dpad8(1, button(Keys.KEY_J), button(Keys.KEY_COMMA), button(Keys.KEY_BACKSLASH), button(Keys.KEY_U))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))), LGRIP, click(dpad8(1, button(Keys.KEY_H), button(Keys.KEY_O), button(Keys.KEY_P), button(Keys.KEY_I))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))), click(feedback(LEFT, dpad8(1, button(Keys.KEY_F), button(Keys.KEY_MINUS), button(Keys.KEY_GRAVE), button(Keys.KEY_X)))) and ring(0.7, None, feedback(LEFT, sens(3.0, 3.0, circular(mouse(Rels.REL_WHEEL))))))"
},
"pad_right": {
"action": "smooth(8, 0.75, 2, feedback(RIGHT, 192, sens(3.0, 3.0, ball(4.0, mouse()))))"
},
"stick": {
"action": "dpad(button(Keys.KEY_UP), button(Keys.KEY_DOWN), button(Keys.KEY_LEFT), button(Keys.KEY_RIGHT))"
},
"trigger_left": {
"action": "mode(RGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_0)), LGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_7)), trigger(50, 254, feedback(LEFT, button(Keys.BTN_RIGHT))) and trigger(255, button(Keys.KEY_6)))"
},
"trigger_right": {
"action": "mode(LGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_F1)), RGRIP, trigger(50, 254, None) and trigger(255, button(Keys.KEY_LEFTSHIFT) and button(Keys.KEY_8)), trigger(50, 254, feedback(RIGHT, button(Keys.BTN_MOUSE))) and trigger(255, button(Keys.KEY_7)))"
},
"version": 1.4
}