X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1409760899.1481.1.camel@ssalewski.de> Subject: Re: [geda-user] Gschem Menus From: Stefan Salewski To: geda-user AT delorie DOT com Date: Wed, 03 Sep 2014 18:14:59 +0200 In-Reply-To: References: <382D3CA1-907A-43FF-884C-77C830EAD94C AT sbcglobal DOT net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2014-09-03 at 13:25 +0200, Kai-Martin Knaak wrote: > IMHO, accels with a modifier are a pain to use and remember. +1 Generally only very few keyboard keys are necessary for a schematics editor, for my Peted I have currently DELETE, ESC, 'm' and 'e' for move or edit. I think I will not need much more, and even these are not really necessary, I have a context sensitive menu since some weeks. Recently I added in place editing, as proposed by me one year ago: Have an text entry, which becomes active when you hover over an text element ant press 'e' or do a double mouse click. The text object shows an insert mark and reacts on each entered character, and when user hits RETURN entry widgets becomes deactivated. A few lines of code, works fine and is fun.