[GH-ISSUE #405] Keyboard shortcuts in global options #1304

Open
opened 2026-02-28 12:03:38 +03:00 by kerem · 2 comments
Owner

Originally created by @majkinetor on GitHub (May 7, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/405

Originally assigned to: @VShawn on GitHub.

In options, 1RM should have some customizable shortcuts. Launcher shortcut should be moved there too.

Shortcut Default Global
Show main window CTRL + ALT + M yes
Launcher ALT + m yes
Open configuration CTRL + p no
Next tab (main window) CTRL + tab no
Previous tab (main window) CTRL + SHIFT + tab no
ALT n (main window) Nth tab no
Search connections CTRL + f no
(Un)Collapse all CTRL + ALT + C no

NOTE: Its not possible to switch tabs that host running connections (#40)

Originally created by @majkinetor on GitHub (May 7, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/405 Originally assigned to: @VShawn on GitHub. In options, 1RM should have some customizable shortcuts. Launcher shortcut should be moved there too. | Shortcut | Default | Global | | ------------------ | ------------------ | ------ | | Show main window | CTRL + ALT + M | yes | | Launcher | ALT + m | yes | | Open configuration | CTRL + p | no | | Next tab (main window) | CTRL + tab | no | | Previous tab (main window) | CTRL + SHIFT + tab | no | | ALT n (main window) | Nth tab| no| | Search connections | CTRL + f | no | | (Un)Collapse all | CTRL + ALT + C | no | **NOTE**: Its not possible to switch tabs that host running connections (#40)
Author
Owner

@VShawn commented on GitHub (May 8, 2023):

<html>
Next tab CTRL + tab no
Previous tab CTRL + SHIFT + tab no
</html>

We cannot implement this shortcut key as, when the focus is on the remote desktop, most shortcut keys will be redirected to the remote host. When the focus is on an integrated CLI tool, such as WinSCP, the shortcut keys will be captured by the CLI.

<!-- gh-comment-id:1537618981 --> @VShawn commented on GitHub (May 8, 2023): <html> <body> <!--StartFragment--> Next tab | CTRL + tab | no -- | -- | -- Previous tab | CTRL + SHIFT + tab | no <!--EndFragment--> </body> </html> We cannot implement this shortcut key as, when the focus is on the remote desktop, most shortcut keys will be redirected to the remote host. When the focus is on an integrated CLI tool, such as WinSCP, the shortcut keys will be captured by the CLI.
Author
Owner

@majkinetor commented on GitHub (May 8, 2023):

I ment main window tabs (pinned tags). I know that once we are inside the guest, its no bueno. I updated the description.

<!-- gh-comment-id:1537942547 --> @majkinetor commented on GitHub (May 8, 2023): I ment main window tabs (pinned tags). I know that once we are inside the guest, its no bueno. I updated the description.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1304
No description provided.