Browse Source

Fix ctrl+w shortcut in TV mode

Tobias Hieta 8 years ago
parent
commit
879a5f6043
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/inputmaps/keyboard.json

+ 1 - 0
resources/inputmaps/keyboard.json

@@ -48,6 +48,7 @@
     "Ctrl\\+F": "search",
     "Ctrl\\+M": "host:minimize",
     "Meta\\+Down": "host:minimize",
+    "Ctrl\\+W": "host:quit",
 
     // application shortcuts
     "Ctrl\\+Shift\\+F": "host:fullscreen",