[Alsaplayer-devel] Re: keyboard shortcuts
MadeJ
madejos at o2.pl
Mon Oct 29 17:54:03 GMT 2007
Prof J C Nash wrote:
>
> Couple of glitches - one serious:
> 1) the 'x' key crashes the app. instead of starting play.
> Segmentation fault (core dumped)
>
change in gtk_interface.cpp line 543
from: play_cb(NULL, playlist);
to: play_cb(NULL, playlist_window);
>
>
> 2) GDK_Space is not recognized ("not in scope ..."). I'm a number
> cruncher so don't get into gtk much, but looks like gtk1.2 is being
> used rather than gtk2 or something like that. This one I can work
> round easily.
>
this is gdk stuff maybe there just is no GDK_Space in gtk2
check gdkkeysyms.h for allowed definitions
More information about the alsaplayer-devel
mailing list