summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2014-08-07 14:46:05 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2014-08-07 14:46:05 +0000
commitab0fa231d655dca88b3ccfd6f0fa36b8499baa21 (patch)
treea0891156db00411b33c2a84094fe369341e4c9fc
parent4f85fe84ed236441fae0c44bd1349cd640ad1ea5 (diff)
downloadneo-layout-ab0fa231d655dca88b3ccfd6f0fa36b8499baa21.tar.gz
neo-layout-ab0fa231d655dca88b3ccfd6f0fa36b8499baa21.tar.bz2
neo-layout-ab0fa231d655dca88b3ccfd6f0fa36b8499baa21.zip
Aktuelle Versionen von Emacs (getestet: 24.2.50.1) können endlich Sonderzeichen richtig aufnehmen, daher brauchen wir diesen Hack nicht mehr.
git-svn-id: https://svn.neo-layout.org@2443 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/neo-vars/src/source/varsfunctions.ahk11
1 files changed, 1 insertions, 10 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk
index 0c03990..8cc3463 100644
--- a/windows/neo-vars/src/source/varsfunctions.ahk
+++ b/windows/neo-vars/src/source/varsfunctions.ahk
@@ -1,4 +1,4 @@
-; -*- encoding: utf-8 -*-
+; -*- encoding: utf-8 -*-
#NoEnv
@@ -367,9 +367,6 @@ SendUnicodeChar(charCode){
{
StringLower,charCode,charCode
send % "^+u" . SubStr(charCode,3) . " "
- } else IfWinActive,ahk_class Emacs
- {
- send % "^x8{Enter}" . SubStr(charCode,3) . "{Enter}"
} else {
static ki := "#"
if (ki =="#") {
@@ -400,9 +397,6 @@ SendUnicodeCharDown(charCode){
{
StringLower,charCode,charCode
send % "^+u" . SubStr(charCode,3) . " "
- } else IfWinActive,ahk_class Emacs
- {
- send % "^x8{Enter}" . SubStr(charCode,3) . "{Enter}"
} else {
static ki := "#"
if (ki =="#") {
@@ -427,9 +421,6 @@ SendUnicodeCharUp(charCode){
IfWinActive,ahk_class gdkWindowToplevel
{
; nothing
- } else IfWinActive,ahk_class Emacs
- {
- ; nothing
} else {
static ki := "#"
if (ki =="#") {