Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sheet: on Windows, shift+arrow events are not captured #244

Open
liquidaty opened this issue Oct 28, 2024 · 2 comments
Open

sheet: on Windows, shift+arrow events are not captured #244

liquidaty opened this issue Oct 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@liquidaty
Copy link
Owner

This occurs when running in a cmd.exe window via RDP.

Either find a way to make this key press work on Win, or change key bindings to disallow bindings that don't work on Win

@liquidaty liquidaty added the bug Something isn't working label Oct 28, 2024
@iamazeem
Copy link
Collaborator

In Command Prompt and Powershell too, Shift+Arrows are used to select text.

@iamazeem
Copy link
Collaborator

Sample: https://github.com/shshemi/tabiew

HOME and END keys may be used to move to first and last row respectively.

Or, their variations with CTRL key may be used instead i.e.:

  • CTRL+HOME
  • CTRL+END

In addition, a status bar may also be added to show the information such as:

  • filename
  • total number of rows
  • total number of columns
  • current position (row:col)
  • current key press and/or combination
  • ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants