awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Add support for Shift modifier on keys like arrow keys #113

Closed Kavantix closed 2 years ago

Kavantix commented 2 years ago

It turns out that the shift modifier can be used on the arrow keys so it should not only apply to the mouse

dankox commented 2 years ago

Looks good. @mjarkk what do you think?