FT_CAPLOCK

FT_CAPLOCK()
 Determine and optionally change the status of CapLock key

 Syntax

      FT_CAPLOCK([ <lNewSetting> ]) -> lCurrentSetting

 Arguments

     <lNewSetting> is optional and if supplied is the new setting
     for the CapLock key.  Specify .T. to turn CapLock on, or .F. to
     turn it off.

 Returns

     .T. if CapLock is set, .F. if it isn't set.  The value returned
      represents the setting in effect prior to any changes that might
      by made by <lNewSetting>.

 Description

     This function is useful if you need to know or set the status of the
     CapLock key for some reason.

 Examples

     IF FT_CAPLOCK()
        Qout( "CapLock is active" )
     ENDIF

 Source: CAPLOCK.C

 Author: Ted Means

See Also: FT_ALT() FT_CTRL() FT_NUMLOCK() FT_PRTSCR() FT_SHIFT()

 

One response to “FT_CAPLOCK

  1. Pingback: FT Keyboard-Mouse | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.