Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1696

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/1696/1

fdo#54165: Add key replacement names for Estonian (Patch by: Mihkel Tõnnov)

Change-Id: I6cb2eddf3fa2fbd492214fd092b394227d1e52c0
---
M vcl/win/source/window/keynames.cxx
1 file changed, 12 insertions(+), 0 deletions(-)



diff --git a/vcl/win/source/window/keynames.cxx b/vcl/win/source/window/keynames.cxx
index 153fc07..dc58acd 100755
--- a/vcl/win/source/window/keynames.cxx
+++ b/vcl/win/source/window/keynames.cxx
@@ -83,9 +83,21 @@
         { KEY_SHIFT, "Maj" },
     };
 
+    static const struct KeysNameReplacement aImplReplacements_Estonian[] =
+    {
+        { KEY_RIGHT, "Nool paremale" },
+        { KEY_LEFT, "Nool vasakule" },
+        { KEY_UP, "Nool üles" },
+        { KEY_DOWN, "Nool alla" },
+        { KEY_BACK, "Tagasilüke" },
+        { KEY_ENTER, "Enter" },
+        { KEY_SPACEBAR, "Tühik" },
+    };
+
     static const struct KeyboardReplacements aKeyboards[] =
     {
         { "ca", aImplReplacements_Catalan, SAL_N_ELEMENTS(aImplReplacements_Catalan) },
+        { "et", aImplReplacements_Estonian, SAL_N_ELEMENTS(aImplReplacements_Estonian) },
     };
 
     // translate keycodes, used within the displayed menu shortcuts

-- 
To view, visit https://gerrit.libreoffice.org/1696
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6cb2eddf3fa2fbd492214fd092b394227d1e52c0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Jesús Corrius <jcorrius@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.