That sounds odd - Lintalist itself doesn't do anything with the shift-key. Things you can try in your script:
1. Try various sendmodes - http://ahkscript.org...ds/SendMode.htm (input, play)
2. add a {shift up} to your hotkeys like so:
+n::Send,{shift up}{PGUP}
+m::Send,{shift up}{PGDN}
; or
;+n::Send,{PGUP}{shift up}
;+m::Send,{PGDN}{shift up}
Doenst work : [
And why I re-download the lastest version of lintalist and I got follow error :
Error: Invalid option.
Specifically: x
Line#
166: Gui,1:Destroy
167: Gui,1:+Border
168: Gui,1:Menu,MenuBar
169: Gui,1:Add,Picture,x4 y4 w16 h16,icons\search.png
170: Gui,1:Add,Edit,0x8000 x25 y2 w%SearchBoxWidth% h20 gGetText vCurrText,%CurrText%
171: Gui,1:Add,Button,x300 y2 w30 h20 0x8000 Default hidden gPaste,OK
172: Gui,1:Font,s8,Arial
---> 173: Gui,1:Add,CheckBox,0x8000 gCase vCase x%cax% y%Yctrl%,&Case
174: Gui,1:Add,CheckBox,0x8000 gLock vLock x%lox% y%Yctrl%,&Lock
175: Gui,1:Add,Radio,
Sorry ! I totally clean the whole lintalist and reset the settings. It work greatly. But the Shift key keep stucking for some reason
