AdoHTQ / Batpu2-VM

MIT License
28 stars 10 forks source link

ctrl-s on linux just writes s #22

Closed Ianyourgod closed 2 months ago

Ianyourgod commented 2 months ago

Using ctrl+s in the code editor just writes an s. it does not reassemble. I am on ubuntu 22.04

AdoHTQ commented 2 months ago

I'm not sure why this happens, but f5 also reassembles so you can just use that. I will attempt to fix at some point.

KilianVounckx commented 2 months ago

I'm on Pop!OS. When the text editor is not focused, ctrl+s works. When the editor is in focus, ctrl+s writes an s. Maybe this helps.

AdoHTQ commented 2 months ago

If this is a reccurring issue on Linux, then I'll check it out on my Fedora install. Not sure why it would be OS dependent though.

KilianVounckx commented 2 months ago

Pop!OS is built on top of Ubuntu as far as I know, so might be just an Ubuntu thing

olvior commented 2 months ago

I'm on ubuntu and have the same issue.

olvior commented 2 months ago

I found the same issue and the solution here: https://github.com/godotengine/godot/issues/88768