Sample Header Ad - 728x90

Entering special characters the same way on Windows and Linux

1 vote
2 answers
1111 views
ctrlshiftu followed by the hex value of a Unicode character enters that character. For example, ctrlshiftu41 enters 'A', whose value is 0x41 in hex and 65 in decimal. There's also the compose key, which lets you enter digraphs (e.g. *compose key*e^ produces 'ê'). Unfortunately, neither of these works similarly to alt codes in Windows (where alt65 produces 'A'). As a result, it's challenging to develop muscle memory. Is there a solution to this?
Asked by glibg10b (418 rep)
Jul 5, 2023, 09:52 AM
Last activity: Jul 6, 2023, 05:53 AM