SendKey Space + Enter
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
Hello guys, what's up?
Well, I've a question about to send a specific key to terminal. I did an account in http://sdf.org.
When a connect in the putty i need to press keys ( 1x Space,2x Enter) to in the command line. I would like to know if was any command to do it by c#.
I alreaday did:
sshClient.RunCommand("\x20\x0d\x0d");
sshClient.RunCommand("\x20");
sshClient.RunCommand(@"\x20");
using (var cmd = sshClient.CreateCommand(" "))
{
cmd.Execute();
Console.WriteLine(cmd.ExitStatus);
}
But without success.
Thank you!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source files, tests, or entry points. Start by determining whether SSH.NET supports interactive terminal input and how the user's Putty keystrokes map to that API; done would require a clearly defined supported approach or documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100