From 274a869d5d4221acfcaff78c3a3d17d510e40b53 Mon Sep 17 00:00:00 2001 From: martin_r Date: Fri, 24 Jul 2009 00:43:22 +0000 Subject: Test, ob wir die neuen toten tasten von linux aus zum laufen bringen git-svn-id: https://svn.neo-layout.org@1971 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/keydefinitions.ahk | 2 +- windows/neo-vars/src/source/makecompose.ahk | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/neo-vars/src/source/keydefinitions.ahk b/windows/neo-vars/src/source/keydefinitions.ahk index 10a4eff..afdf247 100644 --- a/windows/neo-vars/src/source/keydefinitions.ahk +++ b/windows/neo-vars/src/source/keydefinitions.ahk @@ -15,7 +15,7 @@ EDS("009",0,"U000038","U00201E","U00201A","" ,"U0027E8","U00221E") ; 8 EDS("00A",0,"U000039","U00201C","U002018","S__NDiv","U0027E9","U00221D") ; 9 EDS("00B",0,"U000030","U00201D","U002019","S__NMul","U002080","U002205") ; 0 EDS("00C",0,"U00002D","U002014","" ,"S__NSub","U002011","U0000AD") ; - -EDS("00D",0,"T__grav","" ,"T__drss","T__dgrv","U001FFE","" ) ; grave +EDS("00D",0,"T__grav","T__turn","T__drss","T__dgrv","U001FFE","T__hook") ; grave ; Reihe 2 EDS("010",1,"U000078","U000058","U002026","U0022EE","U0003BE","U00039E") ; x EDS("011",1,"U000076","U000056","U00005F","U000008","" ,"U00221A") ; v diff --git a/windows/neo-vars/src/source/makecompose.ahk b/windows/neo-vars/src/source/makecompose.ahk index a67b3f8..098430b 100644 --- a/windows/neo-vars/src/source/makecompose.ahk +++ b/windows/neo-vars/src/source/makecompose.ahk @@ -78,6 +78,8 @@ DefineXKBSyms() { DefineXKBSym("dead_diaeresis" ,"T__drss") DefineXKBSym("dead_doubleacute" ,"T__dbac") DefineXKBSym("dead_stroke" ,"T__strk") + DefineXKBSym("U02DE" ,"T__hook") + DefineXKBSym("U21BB" ,"T__turn") 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 @@ -1989,4 +1991,4 @@ FileAppend,},%OutputFile% ; MsgBox % EncodeUni(DecodeUni("U20ACU0041U0070")) -; MsgBox % ConvertXkbsym("KP_5") . ConvertXkbsym("a") \ No newline at end of file +; MsgBox % ConvertXkbsym("KP_5") . ConvertXkbsym("a") -- cgit v1.2.3