Use Command instead of Control key for shortcuts on OS X.

It is the OS X convention.
This commit is contained in:
whitequark 2015-03-17 20:30:54 +03:00
parent 84f2a59993
commit 80046672ef

View File

@ -1083,7 +1083,7 @@ static void CreateGraphicsWindowMenus(void)
if(accel & GraphicsWindow::SHIFT_MASK)
shortcut += FL_SHIFT;
if(accel & GraphicsWindow::CTRL_MASK)
shortcut += FL_CTRL;
shortcut += FL_COMMAND;
break;
}
if(accel >= (GraphicsWindow::FUNCTION_KEY_BASE + 1) &&