bd7f948159
Add option in config menu for disabling mouse input with scroll lock. Remove compile-time flag for event clobbering since this solves that problem for now.
24 lines
868 B
Mathematica
24 lines
868 B
Mathematica
$set 14 #main
|
|
|
|
$ #RCRequiresArg
|
|
# Erreur: '-rc' nécessite un argument\n
|
|
$ #MENURequiresArg
|
|
# Erreur: '-menu' nécessite un argument\n
|
|
$ #DISPLAYRequiresArg
|
|
# Erreur: '-display' nécessite un argument\n
|
|
$ #WarnDisplaySet
|
|
# Attention: impossible d'attribuer la variable d'environnement 'DISPLAY'\n
|
|
$ #Usage
|
|
# Openbox %s : (c) 2002 - 2002 Ben Jansens\n\
|
|
2001 - 2002 Sean 'Shaleh' Perry\n\
|
|
1997 - 2000, 2002 Brad Hughes\n\n\
|
|
-display <chaîne>\t\tutilise la connexion à l'affichage.\n\
|
|
-rc <chaîne>\t\t\tutilise un autre fichier de configuration.\n\
|
|
-menu <chaîne>\t\tutilise un autre fichier de menu.\n\
|
|
-version\t\t\taffiche la version et quitte.\n\
|
|
-help\t\t\t\taffiche ce texte d'aide et quitte.\n\n
|
|
$ #CompileOptions
|
|
# Options de compilation:\n\
|
|
Debugage\t\t\t%s\n\
|
|
Shape:\t\t\t%s\n\
|
|
8bpp Lissage ordonné:\t%s\n\n
|