setKeyBindingState

setKeyBindingState

Synopsis: setKeyBindingState( regExp, state )

Set the state of all key bindings who's name matches
regExp to state. A state of 0 means that this
key binding is not processed.

Example:
	setKeyBindingState("^My_Mode1_", 0);
	# disable all key bindings that got names starting
	# with My_Mode1_


KDE Logo