mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #626] The mode change keystroke of Japanese IME is ignored in the environment using US keyboard #493
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#493
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 @zodiaq on GitHub (Apr 16, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/626
Operating Systems
Server: Windows 10 Pro 1909 (Version 10.0.18363.778)
Client: Windows 10 Pro 1909 (Version 10.0.18363.778)
US keyboard, Japanese language pack and IME for both PC.
Barrier Version
2.3.2-snapshot-210c2b70
Steps to reproduce bug
Steps:
Expectation:
Actual:
Other info
In the server side, these key codes generated when I presed " Alt + ` " (Alt + backquote).
VK_KANJI was generated when I pressed " ` " (backquote) with pressing "Alt" prior.
When you press " ` " (backquote) only, VK_OEM_3 is generated .
When I pressed " Alt + ` " in the client side same way , these key strokes generated;
VK_KANJI is a trigger to change the mode of IME, but it seems that another code (VK_OEM_AUTO) is generated in the client side.
I don't know whether this problem is of Barrier or a limitation by the OS.
https://github.com/symless/synergy-core/issues/6639
@github-actions[bot] commented on GitHub (Sep 24, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.