Skip to content

Commit 85260b2

Browse files
committed
fixing typo in readme
1 parent 32c949d commit 85260b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You're (obviously) able to use the context menu with your mouse. Once it is open
6969
* ⇞ (page up) captured and ignore to avoid page scrolling (for consistency with native menus)
7070
* ⇟ (page down) captured and ignore to avoid page scrolling (for consistency with native menus)
7171
* ↖ (home) first item in list, will skip disabled elements
72-
* ↘ (end) last item in, will skip disabled elements
72+
* ↘ (end) last item in list, will skip disabled elements
7373

7474
Besides the obvious, browser also react to alphanumeric key strokes. Hitting <code>r</code> in a context menu will make Firefox (8) reload the page immediately. Chrome selects the option to see infos on the page, Safari selects the option to print the document. Awesome, right? Until trying the same on Windows I did not realize that the browsers were using the access-key for this. I would've preferred typing the first character of something, say "s" for "save" and then iterate through all the commands beginning with s. But that's me - what do I know about UX? Anyways, $.contextMenu now also supports accesskey handling.
7575

0 commit comments

Comments
 (0)