whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

how to exit fullscreen #173

Open ripjaw1219 opened 1 year ago

ripjaw1219 commented 1 year ago

how do i exit fullscreen

whscullin commented 1 year ago

You should be able to exit full screen by pressing ESC, as well as F2, which is the key to enter full screen as well.

Milk-Madein commented 1 year ago

Im stuck in Fullscreen too but that's because I went into the options and enabled "fullscreen". I can't get back to seeing the whole dock and keyboard. Not even refreshing works. Help

iflan commented 1 year ago

F2 should do it. If not, then try F11, which I think is the browser shortcut. And in Chrome, a long press on ESC may work.

Milk-Madein commented 1 year ago

F2 should do it. If not, then try F11, which I think is the browser shortcut. And in Chrome, a long press on ESC may work.

Tt still doesn't work. I have the same issues with being stuck in Fullscreen on Safari and Chrome.

https://user-images.githubusercontent.com/123776046/215590403-fd0b4468-2e0c-499f-b96c-db00f7e0280a.mov

I've attach a vid of what I'm looking at. (I am press 'ESC', 'F2', and 'F11')

iflan commented 1 year ago

Ah, this is SHIFT-F2. Code is here: https://github.com/whscullin/apple2js/blob/031c278d57a9cbe12dbe253d4621a2b275b62eff/js/ui/apple2.ts#L887

Milk-Madein commented 1 year ago

Sorry for the late response. THANK YOU @iflan !!

ripjaw1219 commented 1 year ago

oh lmao i didnt do the function keys XD thank you

ripjaw1219 commented 1 year ago

ok it didnt work

ripjaw1219 commented 1 year ago

nevermind i did it lol

ryandesign commented 12 months ago

There are no ESC nor function keys on an iOS device's on-screen keyboard (which is not shown, anyway, and no evident way to make it appear), nor are there such keys on external keyboards designed specifically for iOS devices.