X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Message-ID: <55A7D61F.3050009@ecosensory.com> Date: Thu, 16 Jul 2015 11:04:47 -0500 From: John Griessen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] The new to do References: <20150713131707 DOT GA782 AT recycle DOT lbl DOT gov> <55A4042E DOT 5060402 AT neurotica DOT com> <55A41B30 DOT 50602 AT neurotica DOT com> <254F9AFE-1A3E-4D88-BABF-E6E0F87A56B1 AT icloud DOT com> <1436960577 DOT 1072 DOT 6 DOT camel AT ssalewski DOT de> <201507151820 DOT t6FIKYME001704 AT envy DOT delorie DOT com> <201507152007 DOT t6FK7lv8005229 AT envy DOT del! ! orie.com> <24AD56C6-B7C2-4D7E-B69A-F68DBACCBFDC AT noqsi DOT com> <201507152051 DOT t6FKp8ip006830 AT envy DOT delorie DOT com> <201507160024 DOT t6G0OZrG013557 AT envy DOT delorie DOT com> <201507160153 DOT t6G1rD3Q016240 AT envy DOT delorie DOT com> <96883A7C-A0CF-43BF-B787-9D17BD9BC47F AT noqsi DOT com> In-Reply-To: <96883A7C-A0CF-43BF-B787-9D17BD9BC47F@noqsi.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 07/15/2015 10:06 PM, John Doty wrote: > Features often make the job*harder*. gschem has menu pull downs that can be programmed to suit different users. New features can be dealt with by publishing different menu setups so old familiar stays the same and new ways of using a GUI are just a configuration setting away. I don't like the 2-key sequence for a so called hotkey. I want a single key hotkey for left hand, and mouse functions for the right. Lefties should be able to easily map it the other way. Here's an idea: Is there any way like doxygen to automate the creation of user manuals, beginner tutorials and such so they can be made inversions to match particular key bindings? One way to get that would be to make the underlying function call names very standard and write docs in terms of those, then substitute keymapped names. maybe just start with existing docs at first and awk process and hand edit them to get to the underlying function call names as a docs template...