Navigation
Synopsis The KeyModifier datatype describes key modifiers in user-interactions.
Syntax import vis::KeySym;
Types
data KeyModifier =
	  modCtrl()
	| modAlt()
	| modShift()
	| modCommand();
Description Describes key modifiers, the keyboards keys Control, Alt, Shift and Command (Super/Windows/Apple key)
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.