FT_SHIFT

FT_SHIFT()
 Determine status of shift key

 Syntax

      FT_SHIFT() -> lValue

 Arguments

     None

 Returns

     .T. if a shift key is pressed, .F. if otherwise.

 Description

     This function is useful for times you need to know whether or not the
     shift key is pressed, such as during a MemoEdit().

 Examples

     IF FT_SHIFT()
        @24, 0 say "Shift"
     ELSE
        @24, 0 say "     "
     ENDIF

 Source: SHIFT.C

 Author: Ted Means

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



One response to “FT_SHIFT

  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.