diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /l10n-hy-AM/toolkit/chrome/global-platform | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
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 |