mackstann / htpicker

A simple home theater frontend
http://incise.org/htpicker.html
Other
11 stars 2 forks source link

F11 Fullscreen toggle #1

Closed mackstann closed 14 years ago

mackstann commented 14 years ago

There's a config file option that determines whether or not to launch in full screen mode, but there's no way to toggle this while running the app. Some WMs may have a keybinding, but some won't, or it may not be set, or the user may not be familiar with it.

So htpicker should catch F11 presses and toggle fullscreen, in one of two ways:

  1. Use a gtk keybinding. This is probably preferable.
  2. In javascript, send a special htpicker:// request, and have the python backend toggle fullscreen while running. This method should only be implemented if a gtk keybinding is hard or impractical for some reason (doubtful).
mackstann commented 14 years ago

This is now in the new options menu which is currently accessible with the right arrow key.