bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

Fullscreen shortcuts proposal #71

Closed MassiminoilTrace closed 5 years ago

MassiminoilTrace commented 5 years ago

Hi! I propose these changes. When I added F11 for PainterWindow fullscreen some time ago, i didn't know how to set fullscreen the opengl window too. Now, reading the code, I noticed the we have Ctrl+Enter for Openglwindow and F11 for the PainterWindow. I propose to switch both to F11 to unify the shortcut conventions. What do you think?

I've also moved my previous contribution of painterwindow to a function toggleFullScreen() to keep the code tidy.