setKeyModifierOption

abstract fun setKeyModifierOption(resource: Int, value: Int)

Xterm key modifier option set, CSI > Pp ; Pv m.

The parser only identifies the resource id and value; the sink owns deciding which resources are supported and how they affect input-facing mode state.

Parameters

resource

The resource/modifier identifier.

value

The value to assign to the key modifier option.