mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 20:32:29 +00:00
macOS: fix mouse grab message
This commit is contained in:
parent
75cdbd1d7b
commit
6edec590ab
@ -235,7 +235,7 @@ user_string_def common_strings[] = {
|
||||
{STR_WINDOW_TITLE_GRABBED1, "Ctrl+"},
|
||||
#ifdef __APPLE__
|
||||
{STR_WINDOW_TITLE_GRABBED2, "Opt+"},
|
||||
{STR_WINDOW_TITLE_GRABBED4, "Cmd+F5"},
|
||||
{STR_WINDOW_TITLE_GRABBED4, "Cmd+"},
|
||||
#else
|
||||
{STR_WINDOW_TITLE_GRABBED2, "Alt+"},
|
||||
#endif
|
||||
|
@ -184,7 +184,7 @@ user_string_def common_strings[] = {
|
||||
{STR_WINDOW_TITLE_GRABBED1, "Ctrl+"},
|
||||
#ifdef __APPLE__
|
||||
{STR_WINDOW_TITLE_GRABBED2, "Opt+"},
|
||||
{STR_WINDOW_TITLE_GRABBED4, "Cmd+F5"},
|
||||
{STR_WINDOW_TITLE_GRABBED4, "Cmd+"},
|
||||
#else
|
||||
{STR_WINDOW_TITLE_GRABBED2, "Alt+"},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user