| Index: sky/engine/core/editing/EditingBehavior.cpp
|
| diff --git a/sky/engine/core/editing/EditingBehavior.cpp b/sky/engine/core/editing/EditingBehavior.cpp
|
| index 8f87f254a14e16f4ccec7cb61bb13737cc2d8067..0fb9968b39916a853753620fe5e56674c5a9f682 100644
|
| --- a/sky/engine/core/editing/EditingBehavior.cpp
|
| +++ b/sky/engine/core/editing/EditingBehavior.cpp
|
| @@ -41,7 +41,7 @@ static const unsigned CtrlKey = 1 << 0;
|
| static const unsigned AltKey = 1 << 1;
|
| static const unsigned ShiftKey = 1 << 2;
|
| static const unsigned MetaKey = 1 << 3;
|
| -#if OS(MACOSX)
|
| +#if OS(MACOSX) && !OS(IOS)
|
| // Aliases for the generic key defintions to make kbd shortcuts definitions more
|
| // readable on OS X.
|
| static const unsigned OptionKey = AltKey;
|
|
|