vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.34k stars 3.52k forks source link

Remap keyboard shortcut for scrolling #6784

Open Mattiaslndstrm opened 2 years ago

Mattiaslndstrm commented 2 years ago

On Mac OS it's possible to scroll up and down with shift+fn+arrow up/down. It's a very inconvenient shortcut, so I would like to remap it. It's not on the list of shortcuts, nor do I find anything in the source code hinting on how I might do it. Any help would be much appreciated!

n-smits commented 1 year ago

@Mattiaslndstrm fn+arrow up/down on mac is alias for page up/down. Therefore you can use shift + page up/down.

This doesn't change the need for keybiding regarding hyper, but it might help you if your keyboard has page up down keys.