(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
This commit is contained in:
@@ -1602,7 +1602,6 @@ public:
|
||||
case WKC_SHIFT | WKC_F6: ToolbarZoomOutClick(this); break;
|
||||
|
||||
case 'L': ShowEditorTerraformToolbar(); break;
|
||||
case 'Q': case 'W': case 'E': case 'D': ShowEditorTerraformToolbarWithTool(key, keycode); break;
|
||||
case 'M': ShowSmallMap(); break;
|
||||
case 'V': ShowExtraViewPortWindow(); break;
|
||||
default: return ES_NOT_HANDLED;
|
||||
|
Reference in New Issue
Block a user