diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
commit | 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch) | |
tree | f524caae34d6552e6fe3d604cafd1c37f6dd459f /src/KeyMap.cxx | |
parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz |
Replace "OS X' with "macOS".
Diffstat (limited to 'src/KeyMap.cxx')
-rw-r--r-- | src/KeyMap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index 6e112479d..8d6857546 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -56,7 +56,7 @@ const std::map<KeyModifiers, Message> &KeyMap::GetKeyMap() const noexcept { #endif // Define a modifier that is exactly Ctrl key on all platforms -// Most uses of Ctrl map to Cmd on OS X but some can't so use SCI_[S]CTRL_META +// Most uses of Ctrl map to Cmd on macOS but some can't so use SCI_[S]CTRL_META #if OS_X_KEYS #define SCI_CTRL_META SCI_META #define SCI_SCTRL_META (SCI_META | SCI_SHIFT) |