diff --git a/map.json b/map.json index c4c9007..3d67a66 100644 --- a/map.json +++ b/map.json @@ -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", diff --git a/twitch_master.js b/twitch_master.js index 4eda649..1e567c2 100644 --- a/twitch_master.js +++ b/twitch_master.js @@ -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 = {