atom-terminal-tab icon indicating copy to clipboard operation
atom-terminal-tab copied to clipboard

Does not work in Windows 10

Open TeoDev1611 opened this issue 4 years ago • 1 comments

Pressing the keyboard shortcut Win + Shift + T does not work and in the command window it does not open

TeoDev1611 avatar Nov 16 '20 15:11 TeoDev1611

I replaced with f7, which is not assigned by default to any action

In your keymap.cson, add:

'atom-workspace':
  'f7': 'terminal:open'

Just be careful, idk, if I opem multiple terminals Atom crashes.

nelson6e65 avatar Dec 20 '20 03:12 nelson6e65