diff options
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 |