
consoleteam at gmail
Sep 8, 2011, 2:06 PM
Post #1 of 1
(566 views)
Permalink
|
|
Favorite Break sequences in Conserver?
|
|
I've been trying to add a few BREAK sequences, to do things like "press F10"... What are your favorites (since we only get 10)? Do you use any for consoles in VMs? Here is what I have in my conserver.cf file; # BREAK Mappings [ctrl]+[e]. then [c]. then [l], then a number... # Find Octal code clues at http://asciitable.com/ # # What about "#." to wake up SUN *LOMs? I need to try this one... break 2 { string "\04346"; } # mapping for Lantronix SLC [ctrl]-[B] # Octal 002? (also a new sequence...) break 3 { string "\002"; } # mapping for F10 break 4 { string "\033OA"; } # mapping for F12, not tested! break 5 { string "\033OC"; } # mapping for [esc] [B] for Lantronix break 6 { string "\033B"; } # mapping for Opengear [~] [b] [Enter] sequence # string "\07E62"; or string "\d~b" I got the second "d" sequence from the list, but need to try the octal version) break 7 { string "\07E62"; } Best regards, -Z- -- ConsoleTeam - Support and training services for Conserver users. www.conserver.com/consoles/ consoleteam.blogspot.com - - - - - - - - www.ncry.org www.d4tm.org www.hackerdojo.com
|