File tree Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,14 @@ F7::MsgBox, 'F7'
77
77
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
78
78
; ;; REVEAL JS 사용을 위한 HOTSTRING
79
79
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
80
- ; :*:----::
81
- ; Send ---->
82
- ; Send {ENTER}
83
- ; return
80
+ ::-= ::
81
+ Send ---- >
82
+ Send {ENTER }
83
+ return
84
+ ::-== ::
85
+ Send ---- >>
86
+ Send {ENTER }
87
+ return
84
88
:*:/bg ::
85
89
Set_Absolutely_English(" bg-zoom slide slow ----" )
86
90
return
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ return
133
133
Send {Enter }
134
134
return
135
135
:*:-= ::
136
- Send `=`> {{}
136
+ Send `=`>
137
137
return
138
138
:*://// ::
139
139
Send //////////////////////////////////////////////////////////// {ENTER }
Original file line number Diff line number Diff line change @@ -84,27 +84,43 @@ capslock & l::
84
84
85
85
86
86
capslock & u ::
87
- if (moveMouse(- 1 , - 1 )) {
88
- }else
87
+ GetKeyState , state, Alt
88
+ if (state = " D" ) {
89
+ Send {AltUp }
90
+ MouseClick , left
91
+ } else {
89
92
Send {Blind }{backspace }
93
+ }
90
94
return
91
95
92
96
capslock & o ::
93
- if (moveMouse(1 , - 1 )) {
94
- }else
97
+ GetKeyState , state, Alt
98
+ if (state = " D" ) {
99
+ Send {AltUp }
100
+ MouseClick , Right
101
+ } else {
95
102
Send {Blind }{delete }
103
+ }
96
104
return
97
105
98
106
capslock & , ::
99
- if (moveMouse(0 , 1 )) {
100
- }else
107
+ GetKeyState , state, Alt
108
+ if (state = " D" ) {
109
+ Send {AltUp }
110
+ MouseClick , WheelDown
111
+ } else {
101
112
Send {Blind }{PgDn }
113
+ }
102
114
return
103
115
104
116
capslock & m ::
105
- if (moveMouse(- 1 ,1 )) {
106
- }else
117
+ GetKeyState , state, Alt
118
+ if (state = " D" ) {
119
+ Send {AltUp }
120
+ MouseClick , WheelUp
121
+ } else {
107
122
Send {Blind }{PgUp }
123
+ }
108
124
return
109
125
110
126
capslock & . ::
@@ -133,8 +149,6 @@ capslock & n::
133
149
}
134
150
return
135
151
136
-
137
-
138
152
capslock & `; ::
139
153
GetKeyState , state, Alt
140
154
if (state = " D" ) {
You can’t perform that action at this time.
0 commit comments