Skip to content

Commit aa8e2ac

Browse files
committed
fixes
1 parent effe61f commit aa8e2ac

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DefaultsExtended.ahk

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
return
2929
; 0==============================================================================================================0
3030
; Select line
31+
^+l::
32+
Send {Home}{Shift Down}{End}{Shift Up}
33+
return
34+
3135
^!+Left::
3236
Send {Shift Down}{Home}{Shift Up}
3337
return
@@ -36,9 +40,6 @@
3640
Send {Shift Down}{End}{Shift Up}
3741
return
3842

39-
^+l::
40-
Send {Home}{Shift Down}{End}{Shift Up}
41-
return
4243
; 0==============================================================================================================0
4344
; Select from location to start/end
4445
^!+Up::

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ ctrl + alt + up: Move to start of file
2727
ctrl + alt + down: Move to end of file
2828

2929
#
30+
31+
ctrl + shift + l: select line
32+
3033
ctrl + alt + shift + left: select from current location to start of line
3134

3235
ctrl + alt + shift + right: select from current location to end of line

0 commit comments

Comments
 (0)