SoKeyEventFilter¶
-
InventorModule
¶ genre InventorMain
author Christian Schumann
package FMEstable/ReleaseMeVis
dll SoFilter
definition SoFilter.def see also SoNodeFilter
,SoActionFilter
keywords search
,filter
,action
,key
,keyboard
Purpose¶
Allows to filter key events based on the key combination.
Usage¶
Specify the key combinations, that should be ignored in Ignore Key Combinations
. Events matching one of the substrings will not be forwarded to the child
scene.
Input Fields¶
Parameter Fields¶
Visible Fields¶
Ignore Key Combinations¶
-
name:
ignoreKeyCombinations
, type:
String
¶ String containing line break separated list of key combinations that should be ignored. Components of each combination should be separated by _, starting with modifiers in the order alt, control, shift, e.g x,shift_a,alt_control_b. At the moment, it is not allowed to use ctrl instead of control!