From 3ec596e30035093acdd1c470cfb14bd0aca52261 Mon Sep 17 00:00:00 2001 From: m2nlight Date: Mon, 22 Apr 2019 22:06:10 +0800 Subject: [PATCH] fix ctrl+n error --- vscodehotkey.ahk | 2 +- vscodehotkey_vs.ahk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vscodehotkey.ahk b/vscodehotkey.ahk index 22d7a5f..6e029b9 100644 --- a/vscodehotkey.ahk +++ b/vscodehotkey.ahk @@ -15,7 +15,7 @@ Ctrl & p::Send {Up} Ctrl & n::Send {Down} Ctrl & b::Send {Left} Ctrl & f::Send {Right} -Ctrl & n::Send {Home} +Ctrl & a::Send {Home} Ctrl & e::Send {End} Alt & b::Send ^{Left} Alt & f::Send ^{Right} diff --git a/vscodehotkey_vs.ahk b/vscodehotkey_vs.ahk index e0a717d..8066264 100644 --- a/vscodehotkey_vs.ahk +++ b/vscodehotkey_vs.ahk @@ -16,7 +16,7 @@ Ctrl & p::Send {Up} Ctrl & n::Send {Down} Ctrl & b::Send {Left} Ctrl & f::Send {Right} -Ctrl & n::Send {Home} +Ctrl & a::Send {Home} Ctrl & e::Send {End} Alt & b::Send ^{Left} Alt & f::Send ^{Right}