Added the basic scroll movement shortcuts for UICode elements, and in the process i had to add support for the Page Up and Page Down keys:
- `Right arrow key`: scroll to the right
- `Left arrow key`: scroll to the left
- `Top arrow key`: scroll to the top
- `Bottom arrow key`: scroll to the bottom
- `Page Up`: scroll one page up
- `Page Down`: scroll one page down
Added the basic scroll movement shortcuts for
UICode
elements, and in the process i had to add support for thePage Up
andPage Down
keys: