Skip to content
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

Fix typo: "Sktep" [sic] => "Step" #16

Merged
merged 1 commit into from
Mar 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index-source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ url: http://www.w3.org/TR/uievents/#key-legends; type: dfn; spec: uievents-key;
KEY MediaLast Select previously selected channel or media. (VK_LAST, KEYCODE_LAST_CHANNEL)
KEY MediaSkipBackward Skip backward to next content or program. (KEYCODE_MEDIA_SKIP_BACKWARD)
KEY MediaSkipForward Skip forward to next content or program. (VK_SKIP, KEYCODE_MEDIA_SKIP_FORWARD)
KEY MediaStepBackward Sktep backward to next content or program. (KEYCODE_MEDIA_STEP_BACKWARD)
KEY MediaStepBackward Step backward to next content or program. (KEYCODE_MEDIA_STEP_BACKWARD)
KEY MediaStepForward Step forward to next content or program. (KEYCODE_MEDIA_STEP_FORWARD)
KEY MediaTopMenu Media top menu. (KEYCODE_MEDIA_TOP_MENU)
KEY NavigateIn Navigate in. (KEYCODE_NAVIGATE_IN)
Expand Down