mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 10:20:45 +02:00
ide. using MacOSX keys scheme by default for any Darwin, rather than for LCLCarbon specifically. #33045
git-svn-id: trunk@57137 -
This commit is contained in:
parent
dbfda52cb2
commit
e3176d0801
@ -949,7 +949,7 @@ end;
|
||||
|
||||
procedure TKeyCommandRelation.GetDefaultKeyForCommand;
|
||||
begin
|
||||
{$IFDEF LCLCarbon}
|
||||
{$IFDEF Darwin}
|
||||
GetDefaultKeyForMacOSXScheme;
|
||||
{$ELSE}
|
||||
GetDefaultKeyForWindowsScheme;
|
||||
|
Loading…
Reference in New Issue
Block a user