hmlendea / gfn-electron

Linux Desktop client for Nvidia's GeForce NOW game streaming service
GNU General Public License v3.0
531 stars 64 forks source link

Esc makes some games impossible to play #10

Closed takov751 closed 4 years ago

takov751 commented 4 years ago

Some games require usage of ESC on places where just impossible to avoid. For example in Argo and Hitman. Is there a way to remap it for a different key like scroll lock? Great ,straightforward project

aintitfun commented 4 years ago

+1 Anyway good project!

hmlendea commented 4 years ago

This is a nasty bug that so far I haven't found a solution for, as I was unable to replicate it consistently. Furthermore, I am using the free tier, and waiting in queue for 30 minutes or more for each debug slows things down a lot :(

hmlendea commented 4 years ago

12 also mentions this same issue

takov751 commented 4 years ago

Perfectly reasonable. I have rolled back to the previous release . Sadly I have not much time to experiment,hopefully I will come back to you in the next few days

takov751 commented 4 years ago

I had the idea to use this section https://www.electronjs.org/docs/tutorial/keyboard-shortcuts

where you could remap a key/keycombination hidden as platform specific variable

{
  accelerator: process.platform === 'darwin' ? 'Alt+Cmd+I' : 'Ctrl+Shift+I'
}

what do you think?

eranok commented 4 years ago

15 Fix, merge soon