Changeset - r8056:310635e71d70
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-12-11 03:41:33
belugas@openttd.org
(svn r11617) -Feature(ette): Add the same game-mode keyboard shortcuts in scenario more.(Bilbo)
1 file changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/main_gui.cpp
Show inline comments
 
@@ -1889,7 +1889,22 @@ static void ScenEditToolbarWndProc(Windo
 
			case WKC_F11: PlaceLandBlockInfo(); break;
 
			case WKC_CTRL | 'S': MenuClickSmallScreenshot(); break;
 
			case WKC_CTRL | 'G': MenuClickWorldScreenshot(); break;
 

	
 
			/* those following are all fall through */
 
			case WKC_NUM_PLUS:
 
			case WKC_EQUALS:
 
			case WKC_SHIFT | WKC_EQUALS:
 
			case WKC_SHIFT | WKC_F5: ToolbarZoomInClick(w); break;
 

	
 
			/* those following are all fall through */
 
			case WKC_NUM_MINUS:
 
			case WKC_MINUS:
 
			case WKC_SHIFT | WKC_MINUS:
 
			case WKC_SHIFT | WKC_F6: ToolbarZoomOutClick(w); break;
 

	
 
			case 'L': ShowEditorTerraformToolBar(); break;
 
			case 'M': ShowSmallMap(); break;
 
			case 'V': ShowExtraViewPortWindow(); break;
 
			default: return;
 
		}
 
		e->we.keypress.cont = false;
 
@@ -2409,3 +2424,4 @@ void InitializeMainGui()
 

	
 

	
 

	
 

	
0 comments (0 inline, 0 general)