mirror of https://github.com/stella-emu/stella.git
fix MacOS modifier naming, 2nd try
This commit is contained in:
parent
f7c529d179
commit
a3350bca07
|
@ -92,7 +92,7 @@ bool KeyMap::check(const int mode, const int key, const int mod) const
|
||||||
string KeyMap::getDesc(const Mapping& mapping) const
|
string KeyMap::getDesc(const Mapping& mapping) const
|
||||||
{
|
{
|
||||||
ostringstream buf;
|
ostringstream buf;
|
||||||
#ifdef BSPF_MACOS || defined(MACOS_KEYS)
|
#if defined(BSPF_MACOS) || defined(MACOS_KEYS)
|
||||||
string control = "Ctrl";
|
string control = "Ctrl";
|
||||||
string alt = "Cmd";
|
string alt = "Cmd";
|
||||||
int ALT = KBDM_GUI;
|
int ALT = KBDM_GUI;
|
||||||
|
|
Loading…
Reference in New Issue