Use Command instead of Control key for shortcuts on OS X.
It is the OS X convention.
This commit is contained in:
parent
84f2a59993
commit
80046672ef
|
@ -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) &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user