31

Is there any special characters involved? I want to be able to open a console connection in my application and exit upon completion of a task

fixer1234
  • 28,064

10 Answers10

62

To get out from a virsh console (with a standard English keyboard) try:

Ctrl+]

or

Ctrl+5

All those special keys are quite a problem when using keyboards other than a standard English one.

For example on a Swedish keyboard the combination would be: Ctrl+Shift+å

10
  • Danish keyboard:
    • Ctrl+Shift+^¨~
  • English keyboard:
    • Ctrl+Shift+5
    • Ctrl+Shift+]
  • French keyboard:
    • Ctrl+Shift+5
    • Ctrl+Shift+$€* (OS X)
  • German keyboard:
    • Ctrl+Shift+5
    • Strg+Shift+5
    • ctrl+alt+6 (Mac)
  • Norwegian keyboard:
    • Ctrl+Shift+^¨~
  • Swedish keyboard:
    • Ctrl+Shift+å (OS X)

g2mk
  • 1,446
  • 12
  • 17
2

Norwegian keyboard; CTRL + "^¨~" button

1

With german keyboard Ctrl+5 worked. (Strg+5)

Bohne
  • 139
1

With French keyboard, OS X: Ctrl+$.  (On the Apple wireless French keyboard, $, , and * are on a key to the left of the Enter key.)  See this picture:

the Apple wireless French keyboard

hedi
  • 121
0

Workaround for those who have problems finding the shortcut:

  1. Change your systems keyboard language to a U.S Keyboard language

  2. Look at an image of a US keyboard layout and ctrl+] the corresponding keys on your keyboard

elhombre
  • 343
0

MacBookPro with Swiss German layout: Ctrl+¨ ("under" the !, to the left of Enter).

alexs77
  • 460
0

CTRL + +

worked for me. all the other solutions in here didn't

Brettetete
  • 2,186
-1

On German Mac Keyboard: ctrl+alt+6

-2

On a French keyboard, CTRL+Shift+5 works great.

nc4pk
  • 9,257
  • 14
  • 61
  • 71
Jeff
  • 1