Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // Coloque suas combinações de teclas neste arquivo para substituir os padrões
  2. [
  3. {
  4. "key": "ctrl+enter",
  5. "command": "runCurrentQueryKeyboardAction"
  6. },
  7. {
  8. "key": "ctrl+f5",
  9. "command": "-runCurrentQueryKeyboardAction"
  10. },
  11. {
  12. "key": "ctrl+'",
  13. "command": "workbench.action.terminal.toggleTerminal"
  14. },
  15. {
  16. "key": "ctrl+shift+[BracketLeft]",
  17. "command": "-workbench.action.terminal.toggleTerminal"
  18. },
  19. {
  20. "key": "ctrl+shift+'",
  21. "command": "workbench.action.terminal.new"
  22. }
  23. ]
Add Comment
Please, Sign In to add comment