[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES - changeable key bindings
On Sun, May 30, 2010 at 4:57 AM, Helmut Karlowski
<helmut.karlowski@ish.de> wrote:
> Am 29.05.2010, 20:16 Uhr, schrieb Paul Wratt <paul.wratt@gmail.com>:
>
>>
>> can the keybinds be moved to a file, loaded at runtime
>>
>> I personally would prefer to use space to activate focused items, its
>> something else I dont have to remember
>
>
> Something like this:
>
> new config-variable: spaceXinsert[true,false] in app_options, default
> false, exchanges space/insert-behaviour in dialogs.
>
>
> --
> Helmut Karlowski
>
that will do for the meantime, but it would be nice to be able to set
the key bind for all current quick keys
the code itself (that loads file settings into C variables) will be
useful in the near future
I dont believe the code that reads .cfg files is suitable unless the
file contains nothing but KEY = VALUE (which may be ok for keybinds)
Paul