* Contrl-~ now switches between application windows. This is handier than the
mechanism used in BeOS, that is to press Control+Option-Tab (which didn't work on Haiku, though). * Did not change the window switch logic, though, so it's still not really nice. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32524 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -330,7 +330,10 @@ private:
|
||||
|
||||
BView* _FindNextNavigable(BView *focus, uint32 flags);
|
||||
BView* _FindPreviousNavigable(BView *focus, uint32 flags);
|
||||
void _Switcher(int32 rawKey, uint32 modifiers,
|
||||
bool repeat);
|
||||
bool _HandleKeyDown(BMessage* event);
|
||||
bool _HandleUnmappedKeyDown(BMessage* event);
|
||||
void _KeyboardNavigation();
|
||||
|
||||
void _GetDecoratorSize(float* _borderWidth,
|
||||
|
||||
Reference in New Issue
Block a user