diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
commit | c1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch) | |
tree | 81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-hy-AM/toolkit/chrome/global-platform | |
parent | Releasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff) | |
download | firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hy-AM/toolkit/chrome/global-platform')
3 files changed, 11 insertions, 2 deletions
diff --git a/l10n-hy-AM/toolkit/chrome/global-platform/mac/platformKeys.properties b/l10n-hy-AM/toolkit/chrome/global-platform/mac/platformKeys.properties index 99bce18af4..d830a29b86 100644 --- a/l10n-hy-AM/toolkit/chrome/global-platform/mac/platformKeys.properties +++ b/l10n-hy-AM/toolkit/chrome/global-platform/mac/platformKeys.properties @@ -16,6 +16,9 @@ VK_META=⌘ # The Win key - never generated by native key event VK_WIN=win +# The Command key - clover leaf symbol (ctrl-q) +VK_COMMAND_OR_WIN=\u2318 + # The Option/Alt key - splitting tracks symbol (ctrl-g) VK_ALT=⌥ diff --git a/l10n-hy-AM/toolkit/chrome/global-platform/unix/platformKeys.properties b/l10n-hy-AM/toolkit/chrome/global-platform/unix/platformKeys.properties index b98d2d193d..fded02a68e 100644 --- a/l10n-hy-AM/toolkit/chrome/global-platform/unix/platformKeys.properties +++ b/l10n-hy-AM/toolkit/chrome/global-platform/unix/platformKeys.properties @@ -11,11 +11,14 @@ VK_SHIFT=Shift # The Command key -VK_META=Մետա +VK_META=Meta # The Win key (Super key and Hyper keys are mapped to DOM Win key) VK_WIN=Win +# The Super/Hyper key +VK_COMMAND_OR_WIN=Win + # The Alt key VK_ALT=Alt diff --git a/l10n-hy-AM/toolkit/chrome/global-platform/win/platformKeys.properties b/l10n-hy-AM/toolkit/chrome/global-platform/win/platformKeys.properties index d0b0c159e3..1df027dccf 100644 --- a/l10n-hy-AM/toolkit/chrome/global-platform/win/platformKeys.properties +++ b/l10n-hy-AM/toolkit/chrome/global-platform/win/platformKeys.properties @@ -11,11 +11,14 @@ VK_SHIFT=Shift # The Command key -VK_META=Մետա +VK_META=Meta # The Win key VK_WIN=Win +# The Win key +VK_COMMAND_OR_WIN=Win + # The Alt key VK_ALT=Alt |