eladnava / applicationize

Converts your favorite web apps into desktop apps with their own dedicated launcher icon.
https://applicationize.me/
Apache License 2.0
494 stars 86 forks source link

Keyboard Shortcuts not working for Windows 10 #130

Closed cool-dev-code closed 3 years ago

cool-dev-code commented 3 years ago

Keyboard shortcuts are not working for windows 10. I tried Win+R, Ctrl+R and Alt+Ctrl+F not working. Test Website : Instagram

eladnava commented 3 years ago

Hi @Shujabutt, Thanks for your report. This has been fixed in https://github.com/eladnava/applicationize/commit/2c6d4d6211eb009f5dbcfa81fd628dde3a337001.

Please uninstall your existing Instagram extension and re-generate and re-install it from here: https://applicationize.me/now

cool-dev-code commented 3 years ago

Still not working I Downloaded crx from https://applicationize.me/now

eladnava commented 3 years ago

Hi @Shujabutt, Apologies for that, please try generating the extension again, the new version wasn't fully deployed before.

cool-dev-code commented 3 years ago

Thank you very much. Now it seems to be perfect. 🤩

cool-dev-code commented 3 years ago

I have one question : How to close Find dialogue? I have to restart the app to close find dialogue box.

eladnava commented 3 years ago

Hi @Shujabutt, The Escape key should close that dialog. :)

cool-dev-code commented 3 years ago

Thanks very much. I really appreciate your work. ♥

cool-dev-code commented 3 years ago

Screenshot (152) I was trying to install the server on Windows 10 can you help?

eladnava commented 3 years ago

Hi @Shujabutt, You're welcome!

Seems like npm is unable to find the git executable. Please make sure it is in your PATH.

Please find git.exe in your system and add it to the PATH. More info: https://stackoverflow.com/a/31167296/1123355