From 755e9f670c5d77734fdffd19937104d745f163cf Mon Sep 17 00:00:00 2001 From: seanchase Date: Mon, 6 Mar 2017 22:39:11 +0800 Subject: [PATCH] Added the UP sendkeys after thier DOWN counterparts as mentioned in the Autoit documentation but not listed. --- Completions/SendKeyList.sublime-completions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Completions/SendKeyList.sublime-completions b/Completions/SendKeyList.sublime-completions index bb9fd9d..3644cca 100644 --- a/Completions/SendKeyList.sublime-completions +++ b/Completions/SendKeyList.sublime-completions @@ -61,10 +61,15 @@ { "trigger": "RSHIFT Send Key List", "contents": "{RSHIFT}" }, { "trigger": "SLEEP Send Key List", "contents": "{SLEEP}" }, { "trigger": "ALTDOWN Send Key List", "contents": "{ALTDOWN}" }, + { "trigger": "ALTUP Send Key List", "contents": "{ALTUP}" }, { "trigger": "SHIFTDOWN Send Key List", "contents": "{SHIFTDOWN}" }, + { "trigger": "SHIFTUP Send Key List", "contents": "{SHIFTUP}" }, { "trigger": "CTRLDOWN Send Key List", "contents": "{CTRLDOWN}" }, + { "trigger": "CTRLUP Send Key List", "contents": "{CTRLUP}" }, { "trigger": "LWINDOWN Send Key List", "contents": "{LWINDOWN}" }, + { "trigger": "LWINUP Send Key List", "contents": "{LWINUP}" }, { "trigger": "RWINDOWN Send Key List", "contents": "{RWINDOWN}" }, + { "trigger": "RWINUP Send Key List", "contents": "{RWINUP}" }, { "trigger": "ASC Send Key List", "contents": "{ASC ${1:numeric}}" }, { "trigger": "BROWSER_BACK Send Key List", "contents": "{BROWSER_BACK}"}, { "trigger": "BROWSER_FORWARD Send Key List", "contents": "{BROWSER_FORWARD}"}, @@ -86,4 +91,4 @@ { "trigger": "LAUNCH_APP2 Send Key List", "contents": "{LAUNCH_APP2}"}, { "trigger": "OEM_102 Send Key List", "contents": "{OEM_102}"}, ] -} \ No newline at end of file +}