Skip to content

Add keyboard shortcuts for easier navigation

Ana requested to merge Ana/fractal:navigation-shortcuts into master
  • Ctrl+PageUp and Ctrl+PageDown to go to the next/previous room of the list
  • Ctrl+Shift+PageUp and Ctrl+Shift+PageUp to go to the next/previous room with unread messages
  • Ctrl+Home and Ctrl+End to go to the first/last room of the list
  • PageUp and PageDown to go up/down in the history

Fixes #49 (closed)

I don't really know how the whole app is structured, so maybe I didn't implemented this in the right place. And also, I tried to make my code as generic as possible, but maybe it actually makes it hard to understand?

Also, there is a small bug I need to fix: when you go up in the history with PageUp, the app tries to load older messages, and freezes because AppOp is already locked I think. Fixed!

Edited by Ana

Merge request reports