summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-25 20:58:16 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-03-25 20:58:16 +0000
commitbac9ad63b752042a032f81838f85d977d2e1e93c (patch)
treecc0d951c929dfeabb221d16a561dab4307c3b5ac
parent86971e5874974683548447365c1eee8e4e3fa618 (diff)
dead_dasia und dead_psili anstelle der Unicode-Codepoints eingebaut.
git-svn-id: https://svn.neo-layout.org@2222 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/neo-vars/src/source/compose-gen.ahk2
-rw-r--r--windows/neo-vars/src/source/keydefinitions.ahk4
-rw-r--r--windows/neo-vars/src/source/makecompose.ahk2
-rw-r--r--windows/neo-vars/src/source/screenkeyboard_new.ahk4
4 files changed, 8 insertions, 4 deletions
diff --git a/windows/neo-vars/src/source/compose-gen.ahk b/windows/neo-vars/src/source/compose-gen.ahk
index 68d11d2..2004dff 100644
--- a/windows/neo-vars/src/source/compose-gen.ahk
+++ b/windows/neo-vars/src/source/compose-gen.ahk
@@ -78,6 +78,8 @@ DefineXKBSyms() {
DefineXKBSym("dead_stroke" ,"T__strk")
DefineXKBSym("U02DE" ,"T__hook")
DefineXKBSym("U21BB" ,"T__turn")
+ DefineXKBSym("dead_dasia" ,"T_dasia")
+ DefineXKBSym("dead_psili" ,"T_psili")
DefineXKBSym("dead_iota" ,"T__iota") ; not assigned a dead key in NEO
DefineXKBSym("dead_voiced_sound" ,"T__vsnd") ; not assigned a dead key in NEO
DefineXKBSym("dead_semivoiced_sound","T__ssnd") ; not assigned a dead key in NEO
diff --git a/windows/neo-vars/src/source/keydefinitions.ahk b/windows/neo-vars/src/source/keydefinitions.ahk
index fd944a3..2b22609 100644
--- a/windows/neo-vars/src/source/keydefinitions.ahk
+++ b/windows/neo-vars/src/source/keydefinitions.ahk
@@ -15,7 +15,7 @@ EDS("009",0,"8","„","‚","" ,"⟨","∞") ; 8
EDS("00A",0,"9","“","‘","S__NDiv","⟩","∝") ; 9
EDS("00B",0,"0","”","’","S__NMul","₀","∅") ; 0
EDS("00C",0,"-","—","" ,"S__NSub","‑","­") ; -
-EDS("00D",0,"T__grav","T__cedi","T__obrg","T__drss","῾","T__mcrn") ; grave
+EDS("00D",0,"T__grav","T__cedi","T__obrg","T__drss","T_dasia","T__mcrn") ; grave
; Reihe 2
EDS("010",1,"x","X","…","S__PgUp","ξ","Ξ") ; x
EDS("011",1,"v","V","_","U000008","" ,"√") ; v
@@ -28,7 +28,7 @@ EDS("017",1,"g","G",">","S__N__8","γ","Γ") ; g
EDS("018",1,"f","F","=","S__N__9","φ","Φ") ; f
EDS("019",1,"q","Q","&","S__NAdd","ϕ","ℚ") ; q
EDS("01A",1,"ß","ẞ","ſ","" ,"ς","∘") ; ß
-EDS("01B",0,"T__acut","T__tlde","T__strk","T__dbac","᾿","˘") ; acute
+EDS("01B",0,"T__acut","T__tlde","T__strk","T__dbac","T_psili","˘") ; acute
; Reihe 3
EDS("01E",1,"u","U","\","S__Home","" ,"⊂") ; u
EDS("01F",1,"i","I","/","S__Left","ι","∫") ; i
diff --git a/windows/neo-vars/src/source/makecompose.ahk b/windows/neo-vars/src/source/makecompose.ahk
index 098430b..a3a8a05 100644
--- a/windows/neo-vars/src/source/makecompose.ahk
+++ b/windows/neo-vars/src/source/makecompose.ahk
@@ -80,6 +80,8 @@ DefineXKBSyms() {
DefineXKBSym("dead_stroke" ,"T__strk")
DefineXKBSym("U02DE" ,"T__hook")
DefineXKBSym("U21BB" ,"T__turn")
+ DefineXKBSym("dead_dasia" ,"T_dasia")
+ DefineXKBSym("dead_psili" ,"T_psili")
DefineXKBSym("dead_iota" ,"T__iota") ; not assigned a dead key in NEO
DefineXKBSym("dead_voiced_sound" ,"T__vsnd") ; not assigned a dead key in NEO
DefineXKBSym("dead_semivoiced_sound","T__ssnd") ; not assigned a dead key in NEO
diff --git a/windows/neo-vars/src/source/screenkeyboard_new.ahk b/windows/neo-vars/src/source/screenkeyboard_new.ahk
index fdaac86..681ac24 100644
--- a/windows/neo-vars/src/source/screenkeyboard_new.ahk
+++ b/windows/neo-vars/src/source/screenkeyboard_new.ahk
@@ -297,14 +297,14 @@ BSTNSymbols() {
GUISYM("T__cedi","◌̧")
GUISYM("T__obrg","◌̊")
GUISYM("T__drss","◌̈")
- GUISYM("U001FFE","◌῾") ; not perfect
+ GUISYM("T_dasia","◌῾") ; not perfect
GUISYM("T__mcrn","◌̄")
GUISYM("T__acut","◌́")
GUISYM("T__tlde","◌̃")
GUISYM("T__strk","◌̷")
GUISYM("T__dbac","◌̋")
- GUISYM("U001FBF","◌᾿") ; not perfect
+ GUISYM("T_psili","◌᾿") ; not perfect
GUISYM("U0002D8","◌̆")