xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

KSetCaps()

Queries or changes the status of the Caps lock key

Syntax

KSetcaps( [<lNewMode>] ) --> lOldMode

Arguments

<lNewMode>
This is an optional logical value defining the new status for the Caps lock key. .T. (true) activates the Caps lock key, and .F. (false) deactivates it.

Return

The function returns the previous activation mode of the Caps lock key as a logical value.

Info

See also:KbdStat(), KSetIns(), KSetNum(), KSetScroll()
Category: CT:Settings , Keyboard functions
Source:ct\keyset.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe