Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why mouse wheel F/B ok, but with <CTL> first needs rel
#18
This version does not use keys, and Ctrl should not interfere.

Code:
Copy      Help
;/
function size action ;;action: 0 set, 1 add, -1 sub

int handle=id(432 "FreeHand")
str s
if(action)
,s.getwintext(handle)
,int i=val(s)
,if(action>0) size=i+size
,else size=i-size
s=size
act handle
s.setsel(0 handle)
SendMessage(handle WM_KEYDOWN VK_RETURN 0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)