It is currently Sun May 19, 2013 4:29 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Keyboard rate instant setting
PostPosted: Wed Jul 27, 2011 5:50 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Nov 09, 2010 10:15 pm
Posts: 791
Does anybody have a one-click plugin, script or program to "instantly" go from fast repeat rate to a reduced repeat rate? Slowing down the repeat rate is awesome for debugging, but kills the delete time... I can't be the only one who has wanted this...

...anyone?

Thanks!


Top
 Profile  
 
 Post subject: Re: Keyboard rate instant setting
PostPosted: Wed Jul 27, 2011 7:10 pm 
Offline
User
User
User avatar

Joined: Sat Jul 23, 2011 1:13 am
Posts: 61
Windows only obviously

Code:
Procedure.i GetRepeatRate()
   Protected rate.i
   SystemParametersInfo_(#SPI_GETKEYBOARDSPEED,0, @rate, 0)
   ProcedureReturn rate
EndProcedure


Procedure.i SetRepeatRate(rate)
   SystemParametersInfo_(#SPI_SETKEYBOARDSPEED,rate, 0, 0)
EndProcedure


Procedure.i GetRepeatDelay()
   Protected rate.i
   SystemParametersInfo_(#SPI_GETKEYBOARDDELAY,0, @rate, 0)
   ProcedureReturn rate
EndProcedure


Procedure.i SetRepeatDelay(rate)
   SystemParametersInfo_(#SPI_SETKEYBOARDDELAY,rate, 0, 0)
EndProcedure

;SetRepeatRate(31) ;0-31 ;Actual RepeatRate ;31 = fastest, 0 = slowest
;SetRepeatDelay(1) ;0-3 ;Delay Until Repeating starts ;0 = almost instantly, 3 = ca. 1 second delay

_________________
PB 4.6b3 - Win7 32


Top
 Profile  
 
 Post subject: Re: Keyboard rate instant setting
PostPosted: Thu Jul 28, 2011 4:55 am 
Offline
Enthusiast
Enthusiast

Joined: Tue Nov 09, 2010 10:15 pm
Posts: 791
Thanks!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye