Unable to identify the issue with Shift + → in Xshell. #271
liwenhao2019
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I accessed my Linux server remotely via Xshell and used PentestGPT, but found that the Shift + Right Arrow key couldn't be used to confirm selections.
Upon investigation, I discovered that Xshell assigns shortcuts to key combinations like Shift and Ctrl, which may interfere with the program's key event handling. To resolve this issue, I modified the pentestgpt/utils/prompt_select.py file by changing @bindings.add("s-right") to @bindings.add("right"), which successfully fixed the problem.
Beta Was this translation helpful? Give feedback.
All reactions