01-26-2008, 01:15 AM
Hi,
I tried with
but since I want this to be true all-the-time trigger, I took the "break" statements out. It worked but CPU usage monitor went way up to around 50%. Normal triggers don't do that so there should be a better way.
Anybody have any ideas on how to make ScrollLock Key into a regular keyboard trigger?
Stuart
I tried with
Quote:rep
,;;your code here.
,ifk(J 1)
,,out "Scroll lock on."
,,break
,else out "Scroll lock off"
,break
but since I want this to be true all-the-time trigger, I took the "break" statements out. It worked but CPU usage monitor went way up to around 50%. Normal triggers don't do that so there should be a better way.
Anybody have any ideas on how to make ScrollLock Key into a regular keyboard trigger?
Stuart
