cancel
Showing results for 
Search instead for 
Did you mean: 

Ctrl+C on Windows

gyorokpeter
New Contributor
Whenever I press Ctrl+C, the console stops responding to keyboard input. This is happening on Windows 10.

q)while[1b]
'stop
  [0]  while[1b]
             ^
q)  //typing anything has no effect


Is there a way to trigger the 'stop signal and still keep the ability to use the console?
4 REPLIES 4

jwbuitenhuis
New Contributor

This may be Windows-related - on Mac OS X it seems to work fine:

q)while[1b]

'stop

  [0]  while[1b]

             ^

q).z.K

3.5

Flying
New Contributor III
Yes, this is definitely Windows 10-related.

I can replicated the above behaviour on my Win10 box, while Win7 box works as expected.

gyorokpeter
New Contributor
Looks like this is still not fixed by version 3.6.

2017. augusztus 13., vasárnap 16:36:47 UTC+1 időpontban Péter Györök a következőt írta:
Whenever I press Ctrl+C, the console stops responding to keyboard input. This is happening on Windows 10.

q)while[1b]
'stop
  [0]  while[1b]
             ^
q)  //typing anything has no effect


Is there a way to trigger the 'stop signal and still keep the ability to use the console?

hzadonis
New Contributor
  I installed Atom and with a plugin tool: platformio-ide-terminal, on Windows 10, and it works while press Ctrl+C.