Skip to content
Snippets Groups Projects
Commit f55c3676 authored by rswindell's avatar rswindell
Browse files

Use actual page-up/down key mapping rather than [ and ], sorry if this pisses someone off

parent ea4f71e9
No related branches found
No related tags found
No related merge requests found
......@@ -93,10 +93,10 @@ function Tree(frame,text,tree) {
UP:KEY_UP,
HOME:KEY_HOME,
END:KEY_END,
PGDN:"]",
PGUP:"[",
PGDN:KEY_PAGEDN,
PGUP:KEY_PAGEUP,
SELECT:"\r",
DELETE:"\x7f"
DELETE:KEY_DEL
}
/* public properties */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment