[GH-ISSUE #145] support to bind Escape key #59

Closed
opened 2026-03-03 18:54:08 +03:00 by kerem · 8 comments
Owner

Originally created by @zyxkad on GitHub (Aug 7, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/145

Support bind ESC key, it is really useful for me
But now ESC can only exit full screen mode

Originally created by @zyxkad on GitHub (Aug 7, 2022). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/145 Support bind ESC key, it is really useful for me But now ESC can only exit full screen mode
kerem 2026-03-03 18:54:08 +03:00
Author
Owner

@JoseMoreville commented on GitHub (Aug 8, 2022):

Please, provide a more in depth explanation of your issue

<!-- gh-comment-id:1207522602 --> @JoseMoreville commented on GitHub (Aug 8, 2022): Please, provide a more in depth explanation of your issue
Author
Owner

@zyxkad commented on GitHub (Aug 8, 2022):

Please, provide a more in depth explanation of your issue

I want to use CMD-K to bind ESC key (The key on the keyboard at the left-top most) many computer game use it to open settings, so I don't want to have two key board habits.

But now, the ESCape key can only exit from the full screen mode, I can't bind it

<!-- gh-comment-id:1208412341 --> @zyxkad commented on GitHub (Aug 8, 2022): > Please, provide a more in depth explanation of your issue I want to use `CMD-K` to bind ESC key _(The key on the keyboard at the left-top most)_ many computer game use it to open settings, so I don't want to have two key board habits. But now, the ESCape key can only exit from the full screen mode, I can't bind it
Author
Owner

@ZhichGaming commented on GitHub (Aug 8, 2022):

Please, provide a more in depth explanation of your issue

I want to use CMD-K to bind ESC key (The key on the keyboard at the left-top most) many computer game use it to open settings, so I don't want to have two key board habits.

But now, the ESCape key can only exit from the full screen mode, I can't bind it

Binding escape key should work just as well as other keys from my experience. What version of PlayCover are you using and can you record a video of what you described?

<!-- gh-comment-id:1208587480 --> @ZhichGaming commented on GitHub (Aug 8, 2022): > > Please, provide a more in depth explanation of your issue > > > > I want to use `CMD-K` to bind ESC key _(The key on the keyboard at the left-top most)_ many computer game use it to open settings, so I don't want to have two key board habits. > > > > But now, the ESCape key can only exit from the full screen mode, I can't bind it Binding escape key should work just as well as other keys from my experience. What version of PlayCover are you using and can you record a video of what you described?
Author
Owner

@zyxkad commented on GitHub (Aug 8, 2022):

I'm using PlayCover Version 1.0.7 (1)
I installed it use homebrew

Screen Shot 2022-08-08 at 2 41 45 PM
<!-- gh-comment-id:1208591252 --> @zyxkad commented on GitHub (Aug 8, 2022): I'm using PlayCover Version 1.0.7 (1) I installed it use homebrew <img width="396" alt="Screen Shot 2022-08-08 at 2 41 45 PM" src="https://user-images.githubusercontent.com/91082411/183510593-d9ca3c41-492b-4bc1-8753-0b9c08345f1a.png">
Author
Owner

@zyxkad commented on GitHub (Aug 8, 2022):

can you record a video of what you described?

I can't upload the video, github don't allow video bigger than 10MB

<!-- gh-comment-id:1208593337 --> @zyxkad commented on GitHub (Aug 8, 2022): > can you record a video of what you described? I can't upload the video, github don't allow video bigger than 10MB
Author
Owner

@ZhichGaming commented on GitHub (Aug 8, 2022):

You can use handbrake to compress the video.

<!-- gh-comment-id:1208594049 --> @ZhichGaming commented on GitHub (Aug 8, 2022): You can use handbrake to compress the video.
Author
Owner

@zyxkad commented on GitHub (Aug 8, 2022):

https://user-images.githubusercontent.com/91082411/183512071-ad1212b6-70c2-44e8-96a8-91d604550659.mov

As you see, when I pressed ESC, I exited from full screen mode
And I can't bind the ESC even if I was exit full screen

<!-- gh-comment-id:1208597742 --> @zyxkad commented on GitHub (Aug 8, 2022): https://user-images.githubusercontent.com/91082411/183512071-ad1212b6-70c2-44e8-96a8-91d604550659.mov As you see, when I pressed ESC, I exited from full screen mode And I can't bind the ESC even if I was exit full screen
Author
Owner

@Candygoblen123 commented on GitHub (Aug 8, 2022):

As a temporary workaround, you can export your current keymapping in play cover, open in in a text editor, and change the binding you want to change (in your video it looks you currently have the pain menu set to Z, so you would search for 29) to 41.

basically, from this:

<array>
  <real>29</real>
  <real>0.034245469835069396</real>
  <real>0.053669942579505282</real>
  <real>3.645</real>
</array>

to this:

<array>
  <real>41</real>
  <real>0.034245469835069396</real>
  <real>0.053669942579505282</real>
  <real>3.645</real>
</array>

And then re-import the key-mapping.

<!-- gh-comment-id:1208607829 --> @Candygoblen123 commented on GitHub (Aug 8, 2022): As a temporary workaround, you can export your current keymapping in play cover, open in in a text editor, and change the binding you want to change (in your video it looks you currently have the pain menu set to `Z`, so you would search for `29`) to `41`. basically, from this: ``` <array> <real>29</real> <real>0.034245469835069396</real> <real>0.053669942579505282</real> <real>3.645</real> </array> ``` to this: ``` <array> <real>41</real> <real>0.034245469835069396</real> <real>0.053669942579505282</real> <real>3.645</real> </array> ``` And then re-import the key-mapping.
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/PlayCover#59
No description provided.