MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.44k stars 1.09k forks source link

Switching between full-screen windows #592

Open goranb opened 8 years ago

goranb commented 8 years ago

Switching between full-screen MacDown windows does not work with `⌘+`` (command+bakctick), though it does work between regular windows.

uranusjr commented 8 years ago

This is how OS X works. Can you give an example of an app behaving otherwise?

goranb commented 8 years ago

Ok, my bad, you're right. I'm used to iTerm2's non-native full screen. I guess I need to file this bug with Apple. :)

getaaron commented 8 years ago

I would be interested in adding this non-native functionality if it's not too difficult.

uranusjr commented 8 years ago

Maybe it’s possible to look into iTerm2’s source and dig out how they implement this? I have no idea how this is done, maybe just make the window title-less and border-less, and maximised? MPlayerX has a similar mode IIRC.

Maybe related: #79.