[uae] Re: save snapshots

  • From: Elias Pschernig <elias@xxxxxxxxxxxxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Sat, 15 Jul 2006 21:08:45 +0200

On Sat, 2006-07-15 at 18:40 +0200, Elias Pschernig wrote:
> 
> Doesn't seem to work here. When I use any of those combinations, nothing
> happens. Where would I change the key combination to use for this in the
> source? I often have trouble with keyboard shortcuts involving numeric
> keys (under X11), so that may be the reason.
> 

Ok, I got it to work with this in x11keys.c:

    { MAKE_HOTKEYSEQ (XK_F12, XK_0, -1, -1,           INPUTEVENT_SPC_STATESAVE) 
},
    { MAKE_HOTKEYSEQ (XK_F12, XK_1, -1, -1,           
INPUTEVENT_SPC_STATERESTORE) },
    { MAKE_HOTKEYSEQ (XK_F12, XK_2, -1, -1,           
INPUTEVENT_SPC_STATESAVE1) },
    { MAKE_HOTKEYSEQ (XK_F12, XK_3, -1, -1,           
INPUTEVENT_SPC_STATERESTORE1) },

Apparently, any keys with XK_KP in them don't work for me, and also the
combinations with three keys don't work for me, where there's an extra
XK_Shift_L parameter :/

Is a problem like this known? Maybe I have some stale config files
somewhere, or something. Oh, and is there a way to change those
shortcuts without recompiling?

Anyway, many thanks, after disabling compression I already could rip all
the sprites I wanted :) (I again changed it in the source, since
readme/configuration.txt had no option.. is there a better place to look
for possible options?)

-- 
Elias Pschernig


Other related posts: