diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /l10n-hy-AM/toolkit/chrome/global-platform | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.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 |