From ab0fa231d655dca88b3ccfd6f0fa36b8499baa21 Mon Sep 17 00:00:00 2001
From: mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Thu, 7 Aug 2014 14:46:05 +0000
Subject: Aktuelle Versionen von Emacs (getestet: 24.2.50.1) können endlich
 Sonderzeichen richtig aufnehmen, daher brauchen wir diesen Hack nicht mehr.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@2443 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 windows/neo-vars/src/source/varsfunctions.ahk | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

(limited to 'windows')

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 =="#") {
@@ -425,9 +419,6 @@ SendUnicodeCharDown(charCode){
 
 SendUnicodeCharUp(charCode){
   IfWinActive,ahk_class gdkWindowToplevel
-  {
-    ; nothing
-  } else IfWinActive,ahk_class Emacs
   {
     ; nothing
   } else {
-- 
cgit v1.2.3