Files
neochat/src/qml/Component
Kevin Wolf e9cd165457 Fix Escape shortcut in RoomPage
Since commit eee93e0f1, the ChatBar has a conflicting shortcut that
takes precedence even when it doesn't do anything, so that the Escape
shortcut of RoomPage is never actually invoked any more.

Fix this by using Keys.onShortcutOverride() instead in ChatBar and
accepting the event only when it actually cancelled something. So if
you're writing a reply, the first time pressing Escape cancels the reply
and the second one calls the RoomPage shortcut that goes to the
RoomListPage.
2023-02-27 12:05:18 +00:00
..
2023-02-27 12:05:18 +00:00
2023-01-03 18:06:51 +00:00
2023-02-25 16:30:17 +00:00
2023-01-03 18:06:51 +00:00