Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions map.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@
"ctrl-shift-down": "sendkey ctrl-shift-down",
"ctrl-shift-left": "sendkey ctrl-shift-left",
"ctrl-shift-right": "sendkey ctrl-shift-right",
"numpad0": "sendkey kp_0",
"numpad1": "sendkey kp_1",
"numpad2": "sendkey kp_2",
"numpad3": "sendkey kp_3",
"numpad4": "sendkey kp_4",
"numpad5": "sendkey kp_5",
"numpad6": "sendkey kp_6",
"numpad7": "sendkey kp_7",
"numpad8": "sendkey kp_8",
"numpad9": "sendkey kp_9",
"numlock": "sendkey num_lock",

"mouse_move_x": "mouse_move",
"mouse_move_y": "mouse_move",
Expand Down
4 changes: 2 additions & 2 deletions twitch_master.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ var command_interval = 15,
max_filter_len = 50,

perc_req = {
"system_reset": 80,
"ctrl-c": 60
"system_reset": 50,
"ctrl-c": 30
}, // ^ sets the required percentages to be fulfilled for yes

mouse_range = {
Expand Down