ssdtrdhinesh / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

global commands field: CR not placed into session windows and char "|" not working anymore #339

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connection to any cisco devices via telnet or ssh
2. pressing CR in global command input field
3. no reaction in session windows

What is the expected output? What do you see instead?
- Command prompt in the session windows should scroll up everytime the 
  CR is pressed
- Using the "|" key in the global command field clears command line
This failures did not exist in the V1.4.0.3 release.

What version of the product are you using? On what operating system?
1.4.0.4

Please provide any additional information below.

Original issue reported on code.google.com by roland_s...@bluewin.ch on 7 Jun 2013 at 6:45

GoogleCodeExporter commented 8 years ago
Issue 347 has been merged into this issue.

Original comment by jimradford@gmail.com on 20 Jun 2014 at 4:31

GoogleCodeExporter commented 8 years ago
Issue 355 has been merged into this issue.

Original comment by jimradford@gmail.com on 20 Jun 2014 at 4:32

GoogleCodeExporter commented 8 years ago
Issue 395 has been merged into this issue.

Original comment by jimradford@gmail.com on 20 Jun 2014 at 4:34

GoogleCodeExporter commented 8 years ago
Issue 381 has been merged into this issue.

Original comment by jimradford@gmail.com on 20 Jun 2014 at 4:35

GoogleCodeExporter commented 8 years ago
This issue (and the merged issues) are all due to the way the command bar 
handles input, it tries to be literal (ie: sends CTRL+V keystrokes to the 
sessions instead of pasting the input). I will work on a way to have a 
configurable options for how some keystrokes are handled in the near future.

As far as the pipe character |, I have not been able to reproduce that problem 
yet.

Thanks everyone for their patience on this issue.

Original comment by jimradford@gmail.com on 20 Jun 2014 at 4:40

GoogleCodeExporter commented 8 years ago
Another potential option for pasting configs in mass could be a function button 
next to the command box that sends your clipboard one line at a time instead of 
pasting directly into the box itself.

Glad to see an update btw, SuperPutty is great.

Original comment by bpheller...@gmail.com on 20 Jun 2014 at 1:20

GoogleCodeExporter commented 8 years ago
Thank you for helping us with the functionality challenges!

I'll chime in with the earlier comment about the function button, and agree 
that SuperPutty is a very helpful and useful tool.  Perhaps another mode 
switch(es) or toggle button(s) for the various "paste" modes might be a good 
idea for easy and quick access at the Commands entry box.  I can see having a 
use for being able to switch between modes on the fly, but it also might be 
useful to provide a preferred/default paste mode selection in the configuration 
options section.  Just a couple of thoughts.

Thanks again for your efforts and for this fantastic tool!

Original comment by rtw...@gmail.com on 20 Jun 2014 at 4:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've reproduced this bug and some more.
Once you hit the AltGr key or Alt+Ctrl anything you enter in the command box 
will be send to the hosts right away. It reacts this way for the pipe "|", but 
also "#","@","{" etc.
Basically, most of the special caracters on an AZERTY keyboard.

For the logs associated with the hit or long press of AltGr or Alt+Ctrl keys, 
it loops with those two lines :

2014-08-21 11:40:12,290 INFO         frmSuperPutty - SendCommand: 
session=ImportedFromPuTTY/_VDI_MKI, command=[(Menu, Control, Alt)], 
handle=9308410
2014-08-21 11:40:12,291 INFO         frmSuperPutty - SendCommand: 
session=ImportedFromPuTTY/_VDI_MKI, command=[(Menu, Control, Alt)], 
handle=1902964

Original comment by Shynk...@gmail.com on 21 Aug 2014 at 9:52