Skip to content

Control + ; not working #2089

Discussion options

You must be logged in to vote

"Ctrl-;" is a non standard sequence and Blink has no knowledge of it. The Ctrl-; you expect is most probably part of the "CSI u extended sequences". The simplest solution is to just define what you want Blink to send for you, by going to Config > Keyboard and Custom Presses. You can see a similar example here. You can figure out what you need to send by using the output from showkey -a from another terminal where this works for you.

From here, you probably need it to write "\x1b[59;5u" (configure Send Input as String).

More info on codes here

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TylerBarnes
Comment options

Answer selected by TylerBarnes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that's either related to Blink Shell or prevents the user to use the app in normal conditions.
2 participants
Converted from issue

This discussion was converted from issue #2083 on January 13, 2025 15:03.