Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
fix ctrl+n error
Browse files Browse the repository at this point in the history
  • Loading branch information
m2nlight committed Apr 22, 2019
1 parent 22cba77 commit 3ec596e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscodehotkey.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion vscodehotkey_vs.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3ec596e

Please sign in to comment.