1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 01:54:12 +01:00

"enter" is an alias for "return" or "cr"

This commit is contained in:
Martin Stubenschrott
2007-08-10 18:30:23 +00:00
parent f9e0238ff0
commit 2a4cfbc4e3
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ function Events() //{{{
[ KeyEvent.DOM_VK_ESCAPE, ["Esc", "Escape"] ],
[ KeyEvent.DOM_VK_LEFT_SHIFT, ["<"] ],
[ KeyEvent.DOM_VK_RIGHT_SHIFT, [">"] ],
[ KeyEvent.DOM_VK_RETURN, ["Return", "CR"] ],
[ KeyEvent.DOM_VK_RETURN, ["Return", "CR", "Enter"] ],
[ KeyEvent.DOM_VK_TAB, ["Tab"] ],
[ KeyEvent.DOM_VK_DELETE, ["Del"] ],
[ KeyEvent.DOM_VK_BACK_SPACE, ["BS"] ],