Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Ctrl+C not working as expected

Apr
4
0
Info:
Vista x64 w/SP2
TC v10 (build 68)
Ctrl-C is not mapped to any keyboard shortcuts

Steps to reproduce (hopefully):

1. In a cmd window from TC, type the following and hit enter:

ping -t www.bing.com

2. Ctrl-C

If all goes well, nothing will happen for you as it does me

Now if I try the following from a cmd window that I open from the Windows Start Menu, Ctrl-C will work as expected (i.e. stop ping).

Thanks,
-Eric
 
On Tue, 16 Jun 2009 21:46:40 -0500, eclayp <> wrote:

|Info:
|Vista x64 w/SP2
|TC v10 (build 68)
|Ctrl-C is not mapped to any keyboard shortcuts
|
|Steps to reproduce (hopefully):
|
|1. In a cmd window from TC, type the following and hit enter:
|
|ping -t www.bing.com
|
|2. Ctrl-C
|
|If all goes well, nothing will happen for you as it does me
|
|Now if I try the following from a cmd window that I open from the Windows Start Menu, Ctrl-C will work as expected (i.e. stop ping).

Seems OK on Vista/32:

c:\> ver

TCC 10.00.68 Windows Vista [Version 6.0.6001]

c:\> ping 128.230.13.36

Pinging 128.230.13.36 with 32 bytes of data:
Reply from 128.230.13.36: bytes=32 time=36ms TTL=128

Ping statistics for 128.230.13.36:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 36ms, Maximum = 36ms, Average = 36ms
Control-C
^C
c:\>
--
- Vince
 
On Tue, Jun 16, 2009 at 09:46:33PM -0500, eclayp wrote:

> Info:
> Vista x64 w/SP2
> TC v10 (build 68)
> Ctrl-C is not mapped to any keyboard shortcuts
>
> Steps to reproduce (hopefully):
>
> 1. In a cmd window from TC, type the following and hit enter:
>
> ping -t www.bing.com
>
> 2. Ctrl-C
>
> If all goes well, nothing will happen for you as it does me
>
> Now if I try the following from a cmd window that I open from the
> Windows Start Menu, Ctrl-C will work as expected (i.e. stop ping).

We had this same problem on 32-bit XP for a few earlier builds, but it
has been fixed for a while now:

[C:\]tocp
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>ping -t www.bing.com

Pinging a134.g.akamai.net.0.1.cn.akamaitech.net [204.2.208.126] with 32 bytes of data:

Reply from 204.2.208.126: bytes=32 time=12ms TTL=56
Reply from 204.2.208.126: bytes=32 time=14ms TTL=56

Ping statistics for 204.2.208.126:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 14ms, Average = 13ms
Control-C
^C
C:\>exit

[C:\]ver /r

TCC 10.00.68 Windows XP [Version 5.1.2600]
TCC Build 68 Windows XP Build 2600 Service Pack 3
Registered to Emilio Perea - 1 System License

[C:\]
 
Hi Guys,

Thanks for testing things out with your setups. Looks like this issue might be specific to 64bit Vista.

-Eric
 
Hi Guys,

Thanks for testing things out with your setups. Looks like this issue might be specific to 64bit Vista.

-Eric

I can reproduce this on XP 64-bit too. Under both the 32-bit cmd.exe and the 64-bit cmd.exe, the ping command doesn't react to control-C. Strangely enough it *does* react to control-break. :)
 
Try marking some region and doing Ctrl-C followed by Ctrl-V. If it
pastes back in your text, look at the Options \ Configure Take Command
\ Tabs and see how the left/right keys are checked.

On Wed, Jun 17, 2009 at 9:26 AM, dim<> wrote:

> ---Quote (Originally by eclayp)---
> Hi Guys,
>
> Thanks for testing things out with your setups. *Looks like this issue might be specific to 64bit Vista.
>
> -Eric
> ---End Quote---
> I can reproduce this on XP 64-bit too. *Under both the 32-bit cmd.exe and the 64-bit cmd.exe, the ping command doesn't react to control-C. *Strangely enough it *does* react to control-break. :)
>
>
>
>
>



--
Jim Cook
2009 Saturdays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Sunday.
 
Try marking some region and doing Ctrl-C followed by Ctrl-V. If it
pastes back in your text, look at the Options \ Configure Take Command
\ Tabs and see how the left/right keys are checked.

Ctrl-C and Ctrl-V do nothing (at least not copy and paste); the options for Left Alt Key, Right Alt Key, Right Control Key and Right Control Key are all unchecked.
 
I can reproduce this on XP 64-bit too. Under both the 32-bit cmd.exe and the 64-bit cmd.exe, the ping command doesn't react to control-C. Strangely enough it *does* react to control-break. :)


That's interesting. On Vista x64, Ctrl+Break does *not* work.
 
On Wed, 17 Jun 2009 14:29:36 -0500, eclayp <> wrote:

|That's interesting. On Vista x64, Ctrl+Break does *not* work.

In PING, Ctrl-Break should give current stats without stopping PING.
--
- Vince
 

Similar threads

Back
Top