From cb6ead2e643f0aa4ad4ed6d01d22530d558c19bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Thu, 18 Feb 2010 11:10:04 +0000 Subject: =?UTF-8?q?Gepunktete=20Pfeilsymbole=20repr=C3=A4sentieren=20die?= =?UTF-8?q?=20Navigationstasten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2167 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/screenkeyboard_new.ahk | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/windows/neo-vars/src/source/screenkeyboard_new.ahk b/windows/neo-vars/src/source/screenkeyboard_new.ahk index 1db92a9..2687fb3 100644 --- a/windows/neo-vars/src/source/screenkeyboard_new.ahk +++ b/windows/neo-vars/src/source/screenkeyboard_new.ahk @@ -272,10 +272,10 @@ BSTNSymbols() { GUISYM("S__Caps","⇪") GUISYM("S___Del","⌦") GUISYM("S___Ins","⎀") - GUISYM("S____Up","↑") - GUISYM("S__Down","↓") - GUISYM("S__Rght","→") - GUISYM("S__Left","←") + GUISYM("S____Up","⇡") + GUISYM("S__Down","⇣") + GUISYM("S__Rght","⇢") + GUISYM("S__Left","⇠") GUISYM("S__PgUp","⇞") GUISYM("S__PgDn","⇟") GUISYM("S__Home","↸") @@ -300,10 +300,10 @@ BSTNSymbols() { GUISYM("S__NDel","⌦") GUISYM("S__NIns","⎀") - GUISYM("S__N_Up","↑") - GUISYM("S__N_Dn","↓") - GUISYM("S__N_Ri","→") - GUISYM("S__N_Le","←") + GUISYM("S__N_Up","⇡") + GUISYM("S__N_Dn","⇣") + GUISYM("S__N_Ri","⇢") + GUISYM("S__N_Le","⇠") GUISYM("S__NPUp","⇞") GUISYM("S__NPDn","⇟") GUISYM("S__NHom","↸") @@ -311,10 +311,10 @@ BSTNSymbols() { GUISYM("S_SNDel","⌦") GUISYM("S_SNIns","⎀") - GUISYM("S_SN_Up","↑") - GUISYM("S_SN_Dn","↓") - GUISYM("S_SN_Ri","→") - GUISYM("S_SN_Le","←") + GUISYM("S_SN_Up","⇡") + GUISYM("S_SN_Dn","⇣") + GUISYM("S_SN_Ri","⇢") + GUISYM("S_SN_Le","⇠") GUISYM("S_SNPUp","⇞") GUISYM("S_SNPDn","⇟") GUISYM("S_SNHom","↸") -- cgit v1.2.3