5

Is there an easy way to input these quotation marks on Linux: „“ ?

On a Mac, there's a relatively easy compose shortcut, but I couldn't find a shortcut for Linux. There doesn't even seem to be a compose key combination, based on https://help.ubuntu.com/community/GtkComposeTable

Tin Man
  • 384
  • 4
  • 12

2 Answers2

6

You can use Compose", for and Compose"< for .

See How can I add a custom compose key sequence? for how to define your own compose sequences.

3

It's easily available in some keyboard layouts, such as German:

AltGr+V => „

or French (alt.):

AltGr+Shift+S => „

If it's not present in the keyboard layout you are using, please see Florian's answer.

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94
  • As I was looking for «» shortcuts (which this answer helped find): «: AltGr+Z and »: AltGr+X – AymDev Oct 06 '19 at 10:03