mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 21:11:28 +01:00
177e730557
- Remove '`' and '~' keyboard shortcuts from DoKey as those will no longer be processed there (they are processed at a higher level.) - Make shortcut for previous app '1' (same behavior as the left cursor key.) This required adding B_UNMAPPED_KEY_DOWN to MessageReceived since it is actually Ctrl-1 that is being pressed (which is unmapped in our default keymap.) - Make the processing of Ctrl-~ (or `) cycle through the windows when the Twitcher window is showing. This is to mimic the behavior when the Twitcher window is never shown. There is still a bug though: the order of the switching changes after the Twitcher window is shown. Why do we have both CycleWindow and SwitchWindow methods in TSwitchManager? The changing of order seems to be due to the use of SwitchWindow instead of CycleWindow. I suppose this is for the day when we implement quick window switching? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32533 a95241bf-73f2-0310-859d-f6bbb57e9c96