Ask Your Question
1

Request for a list of possible parameters\values for a command to bind

asked 2017-11-06 03:23:00 -0500

Mikhail Ninin Velikoselskiy's avatar

updated 2019-03-13 10:08:11 -0500

How can I find the list of possible parameters and values for command:     

show-preferences-gui()

I need something like:      

show-preferences-gui(prefname="user.keyboard.custombinding")

to be set on "F12"

And there a couple of suggestions like that in binding dialog window but not the ones I need.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2017-11-06 08:59:00 -0500

The preferences are all listed at http://wingware.com/doc/preferences -- the Internal Name is what you want to use with show-preferences-gui().  There are some of these that are not in the preferences GUI, however, in cases where having a checkbox in a menu or similar made more sense and adding it as an obscure entry in the prefs dialog didn't make as much sense.  But most of them are in there.

edit flag offensive delete link more

Comments

So I need    show-preferences-gui(prefname="gui.keymap-override")Great, it works. Thank you very much!

Mikhail Ninin Velikoselskiy's avatar Mikhail Ninin Velikoselskiy  ( 2017-11-06 16:09:00 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2017-11-06 03:23:00 -0500

Seen: 502 times

Last updated: Mar 07 '19