blink icon indicating copy to clipboard operation
blink copied to clipboard

Send Esc sequence option in Keyboard-Custom Presses

Open jaclu opened this issue 4 years ago • 1 comments

It quickly becomes a burden to have to convert into HEX sequences for every Esc sequence I wan't to define. It would be wonderful if the option to type in esc sequences was available, then it would be possible to just cut-paste in the desired sequence, instead of a) having to convert it to hex b) looking at an hex sequence and not be able to tell what sequence it is, without having to un-hex it again.

Using hex sequences is a lot of extra work, and ends up being impossible to read at a glance.

jaclu avatar Feb 22 '22 01:02 jaclu

For example I have defined delete as Cmd-Backspace I must say that 1B5B337E is a lot less readable than ^[[3~ And for reasons, I need to be able to generate all versions of F9 to one app, here is that definition, managing to read it and see if anything is in error, would be painful... 385DEC9E-7BD1-444E-B000-965E20AF4B7D

jaclu avatar Feb 22 '22 02:02 jaclu