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 +}