On Apr 9, 2005 11:15 AM, David Necas (Yeti) <[EMAIL PROTECTED]> wrote:
>
> E.g. in
>
> /usr/include/gtk-2.0/gdk/gdkkeysyms.h
>
> (w/o the GDK_ prefix). They match X11 key names
>
> /usr/X11R6/include/X11/keysymdef.h
>
> (w/o the XK_ prefix). There may be some more user-friendly
> form of the
On Sat, Apr 09, 2005 at 11:05:54AM +0200, Daniel Pekelharing wrote:
>
> Any idea where I could get a list of all key symbol names?
> I could take guesses, I guess, but I'd prefer a list.
E.g. in
/usr/include/gtk-2.0/gdk/gdkkeysyms.h
(w/o the GDK_ prefix). They match X11 key names
/usr/X11R6/i
On Apr 9, 2005 10:15 AM, David Necas (Yeti) <[EMAIL PROTECTED]> wrote:
>
> You have to use key symbol names -- "equal" in this case.
>
> Yeti
>
Ahh that's solved the problem! Thanks a lot!
Any idea where I could get a list of all key symbol names?
I could take guesses, I guess, but I'd prefer a
On Fri, Apr 08, 2005 at 08:59:01PM +0200, Daniel Pekelharing wrote:
> This is my first post - I'm fairly new to gtk programming.
> I program in C, here's my problem.
>
> I'm building a main menu for my app using GtkItemFactory,
> I'm trying to assign the '=' key as a shortcut on one of the items l
Hi all,
This is my first post - I'm fairly new to gtk programming.
I program in C, here's my problem.
I'm building a main menu for my app using GtkItemFactory,
I'm trying to assign the '=' key as a shortcut on one of the items like this:
{"/Edit/Frame Sequence Shift/Increment/1 Frame", "=",
main