Skip to content

Added the UP sendkeys after thier DOWN counterparts #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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}"},
]
}
}