next up previous contents
Next: Option Names Up: Setting up your Resource Previous: Setting up your Resource   Contents

Regular Options

OPTION_NAMEs include many possibilities listed in a later section. VALUE is any integer value that you want to set the feature to. If you enter 0, the feature is turned OFF, any other value will result in the feature being enabled. That is,
set ASK_SAVE_ON_EXIT 1 and
set ASK_SAVE_ON_EXIT 323 and even
set ASK_SAVE_ON_EXIT ON
Are functionally equivalent. Both will cause GTKeyboard to prompt you as to whether or not you want to save the file before you quit. But if you enter
set ASK_SAVE_ON_EXIT 0 then you will not be prompted.

Some option names take strings as arguments, examples being WORKING_FILE and KEYBOARD_FILE . In these cases, syntax is simply:
set variable_name string_value
An example would be:
set KEYBOARD_FILE /home/user/gtkeyboard-layouts/DE.key



David Allen 2001-04-26