VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Break Key sequences always changing (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Break Key sequences always changing
#6662
Break Key sequences always changing 8 Years, 7 Months ago  
Here is my problem. Every couple years I end up with a new notebook. I can't even remember the last time I had one with a break key. They all have that same function hidden somewhere, but it always varies depending on the model and even on the version of Windows.

I'm tired of spending hours trying to figure out the right key combination to send a Break and battling with not always having the keys I need send it.

I've created some VBscripts for Absolute Telnet, and mapped them to keys or key combos to do my bidding for thing like enabling loging, timestamps, or automating logins. I would like to have a little VBScript that I can map to a key to utilize object.SendKeys to send a {BREAK}. But need a hand with the syntax

I'm looking for something like below, that I can map to a key in Absolute Telnet.

<<BEGIN>>
VBSCRIPT

Sub Main
Terminal.SendKeys "{BREAK}"
End Sub

<<END>>

If I could get this to work, then I wouldn't have to spend hours trying to figure out every machine/OS combo for sending a Break.
dwsmall@fatkid.com (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
35
 
The administrator has disabled public write access.  
#6667
Re:Break Key sequences always changing 8 Years, 6 Months ago  
You can do this today, you just need to know the escape sequence for a break.....

..... Just went to figure this out on my computer and realized I don't have a break key either.....

Doesn't ctrl-c work in most cases?

Brian
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top