MESSAGE
DATE | 2021-11-09 |
FROM | Rodrigo Morales via gimp-user-list
|
SUBJECT | Subject: [Hangout - NYLXS] [Gimp-user] Map key through Script-Fu
|
Hello everyone!
My question is: How to map a key through the Script-Fu console? Is there any built-in function for doing that?
I know that I can bind keys by writing proper commands in menurc, but AFAIK these commands are only read at startup and I sometimes want to bind a key while GIMP is running. For this reason, I'm posting this question.
Just for the record, I've managed to map a key in menurc by using the following command in menurc
``` (gtk_accel_path "/select/select-stroke" "F3") ```
I've tried to execute that in the console, but that yields
``` > (gtk_accel_path "/select/select-stroke" "F3") Error: eval: unbound variable: gtk_accel_path ``` _______________________________________________ gimp-user-list mailing list List address: gimp-user-list-at-gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|