mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #937] [Feature]: can i use keyboard map and mouse click together #468
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#468
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 @cmdedj on GitHub (May 1, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/937
Is your feature request related to a problem?
keymapper and mouse
Describe the solution you'd like
like when you play a moba game, left hand user keyboard, right hand use mouse. now i have to user option change mode, Or you can only use the keyboard and mouse mapping, or you can only use the mouse to click. Can I use keyboard mapping and mouse click at the same time?
Anything else?
no
Issue Language
@TheMoonThatRises commented on GitHub (May 1, 2023):
You can turn off mouse mapping by going into the app's PlayCover settings and unticking the "Mouse mapping" option. Is that what you are looking for?
@shzycat commented on GitHub (May 3, 2023):
this could cause some problems, such as you can not input any character into to one label. But this is not the biggest reason i gave up this setting, the biggest issue is while playing some games, such as the recent HonKai Star Rail, if some view (personally I think) which is not renderd directly by the game engine (Unity) itself, but as a web page, you just can't use you mouse (controlled by playtools) to click that web view anymore in anyway, instead, your mouse clicking is all captured by the game view or game menus/ui which is under the web page.
One thing maybe useful for your team I have discovered is that: while mouse with playtools can't click that web page, i switched to the macOS's native control tools for ios apps, called
Touch Alternatives, and then i use two fingers touch the trackpad with a very little move just for simulate a likely click at the screen, i succeed and be able to scroll or click that web page, and easily close that web page then bring myself back to the game view. is that an known issue? I have seen your team working on some big change with playtools the other repo, so i wish all I know can bring you some thoughts.@XuYicong commented on GitHub (May 3, 2023):
FIxed by https://github.com/PlayCover/PlayTools/pull/88. You can try it in today's nightly version. @TheMoonThatRises can you close this issue?
@cmdedj commented on GitHub (May 6, 2023):
yes thank you very much