set-mod-mask-numlock!

Name

set-mod-mask-numlock! -- Set the bit-mask for the NumLock modifier key.

Synopsis

(set-mod-mask-numlock! mask)

Description

Set the bit-mask for the NumLock modifier key. mask must be a power of 2. The NumLock modifier mask is set automatically, but you can use this procedure if you need to override the built-in algorithm.

Implementation Notes

Module: Built-in Primitive

Defined in src/binding.c at line 1541 (CVS log)