Uses of Class
com.iizix.term.KeyboardRemapper
Packages that use KeyboardRemapper
Uses of KeyboardRemapper in com.iizix.term
Methods in com.iizix.term that return KeyboardRemapperModifier and TypeMethodDescriptionstatic KeyboardRemapper
KeyboardRemapper.cloneCurrentKeyboardRemapper()
Creates a clone of the current manager.HostSession.getKeyboardRemapper()
Gets the keyboard remapper for this session.Methods in com.iizix.term with parameters of type KeyboardRemapperModifier and TypeMethodDescriptionstatic void
KeyboardRemapper.installKeyboardRemapper
(KeyboardRemapper kr) Installs a new keyboard mapper as the current one.static void
KeyboardRemapper.installKeyboardRemapper
(KeyboardRemapper kr, boolean doLogEvent) Installs a new keyboard mapper as the current one.Constructors in com.iizix.term with parameters of type KeyboardRemapperModifierConstructorDescriptionCreates a keyboard remapper with the settings from another keyboard remapper.Uses of KeyboardRemapper in com.iizix.term.prop
Methods in com.iizix.term.prop that return KeyboardRemapperModifier and TypeMethodDescriptionTerminalProps.getKeyboardRemapper()
Gets the keyboard mapper to use.