"Spear, Don H. Jr." <[EMAIL PROTECTED]> writes:
> I've seen posts on this subject in the archives but no solutions so I'll
> post once more in hopes someone smarter than me has found the answer. In a
> text window I want to associate the Cut/Copy/Paste keys on a Sun keyboard
> with the text functions. Can this be done?
>
In Gtk 2 it's something like this:
binding "foo" {
bind "<ctrl>F1" {
cut-clipboard
}
}
widget "GtkTextView" binding "foo"
widget "GtkEditable" binding "foo"
Replacing "<ctrl>F1" with whatever the Sun keys send (the name of the
keyval and modifiers, use 'xev' to figure it out).
But it doesn't work in stable GTK.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list