Skip to main content

KC_KILL_LINE

Constant KC_KILL_LINE 

Source
pub const KC_KILL_LINE: u8 = 0x5A;
Expand description

Ctrl+K (KillLine) 用の論理キーコード(センチネル)。 実キーには割り当てられていない 0x5A を用い、Ctrl+K を OS 共通の 「カーソル位置から行末まで削除」キーとして全テキスト入力へ届ける。