summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-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 =="#") {