Changed split window to Ctrl+U

ver1_5_1
Chris Laurel 2003-02-11 16:57:16 +00:00
parent bcf5a59a97
commit 37134f384b
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ void CelestiaCore::charEntered(char c)
notifyWatchers(RenderFlagsChanged);
break;
case '\021': // Ctrl+Q
case '\025': // Ctrl+U
splitView(true);
flash("Added view");
break;