mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #585] ALT+tab组合键无法切换到其他窗口 #3392
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @915354482 on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/585
Originally assigned to: @VShawn on GitHub.
描述错误
使用ALT+tab组合键无法切换到其他窗口,需要连续按两次该组合键才会进行一次窗口切换。
问题复现
1.打开1remote
2.用默认SSH启动器连接到任意linux的会话
3.按一次ALT+tab组合键
预期行为
按一次ALT+tab组合键窗口未发生切换
连续按两次ALT+tab组合键窗口会切换一次
版本信息
-操作系统:win11
-PRemoteM版本:1.0.0-beta.07
@VShawn commented on GitHub (Dec 5, 2023):
感谢反馈,但这不算bug来的,软件方案决定了这就是一个特性:
1Remote 通过启动 kitty.exe 子进程并用 1Remote 窗口包裹住 kitty 实现 SSH,所以你使用 SSH 时焦点其实是在 kitty 上而不是在 1Remote 上,按下 alt tab 后,焦点仅仅是从 kitty 转移回到了 1Remote,所以你才感觉没有切换窗口。可以通过长按 alt 再按 tab 来解决这个问题。
可能可以通过系统hook住alt tab来解决这个问题,但我觉得hook行为太具有侵略性,所以不会实施。