nakst / gf

A GDB frontend for Linux.
MIT License
1.82k stars 61 forks source link

feat: added new keyboard shortcuts for scrolling in `UICode` elements. #147

Closed s4my closed 1 year ago

s4my commented 1 year ago

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