X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 20 Sep 2016 08:03:04 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] [pcb-rnd] gtk full screen mode Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, sometimes I need to use pcb-rnd on small screen. Most functionality are accessible from keyboard shortcuts, still a lot of screen estate is spent on widgets around the drawing area. To overcome this issue, I implemented a so called "full screen mode" configuration item in trunk/ this morning: - in full screen mode the gtk HID shows only the editor area with scrollbars: http://igor2.repo.hu/tmp/fullscreen.png - with the default menu config fullscreen can be toggled using the backslash (\) key - there's also a menu item in the view menu (most useful in tear-down) - added a shorthand action called fullscreen() - as it is a conf item, all conf item features are automatically granted: default setting from system/user/project config, can be saved with the design, can be specified from the CLI, etc. (The feature is not implemented in the lesstif HID - it's only mode is sort of fullscreen already.) Regards, Igor2