Skip to content
Open
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
7 changes: 6 additions & 1 deletion Completions/SendKeyList.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -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}"},
Expand All @@ -86,4 +91,4 @@
{ "trigger": "LAUNCH_APP2 Send Key List", "contents": "{LAUNCH_APP2}"},
{ "trigger": "OEM_102 Send Key List", "contents": "{OEM_102}"},
]
}
}