Difference between revisions of "Template:Latest stable software release/KDE Software Compilation 4"
Jump to navigation
Jump to search
imported>Frap |
|||
| Line 1: | Line 1: | ||
| − | + | prefs.js: | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | // Display internal shortcut | |
| + | user_pref("keyconfig.devmode", true); | ||
| − | + | // Reverse the order in which submenu names are used, defaults are: | |
| + | // Thunderbird "Menu > Menuitem" | ||
| + | // Others "Menuitem [Menu]" | ||
| + | user_pref("keyconfig.nicenames.reverse_order", true); | ||
| − | + | // Use another keyconfig profile, can be used to temporary disable all keys | |
| + | user_pref("keyconfig.profile", "1"); | ||
| − | + | // Disables the warning if you close the window | |
| + | user_pref("keyconfig.warnOnClose", false); | ||
| − | + | // Disables the warning if an already used key was entered | |
| + | user_pref("keyconfig.warnOnDuplicate", false); | ||
| + | prefs.js: | ||
| − | + | // Display internal shortcut | |
| + | user_pref("keyconfig.devmode", true); | ||
| − | + | // Reverse the order in which submenu names are used, defaults are: | |
| + | // Thunderbird "Menu > Menuitem" | ||
| + | // Others "Menuitem [Menu]" | ||
| + | user_pref("keyconfig.nicenames.reverse_order", true); | ||
| − | [[ | + | // Use another keyconfig profile, can be used to temporary disable all keys |
| − | + | user_pref("keyconfig.profile", "1"); | |
| − | + | ||
| + | // Disables the warning if you close the window | ||
| + | user_pref("keyconfig.warnOnClose", false); | ||
| + | |||
| + | // Disables the warning if an already used key was entered | ||
| + | user_pref("keyconfig.warnOnDuplicate", false); | ||
| + | |||
| + | // Don't wait for additional key stroke, jump immediately to the Apply butten | ||
| + | user_pref("keyconfig.allowAltCodes", false); | ||
| + | |||
| + | // Code which will be run in every window (only if non empty) | ||
| + | user_pref("keyconfig.global.20080611", "Module('UIHook');"); | ||
| + | |||
| + | // Module('UIHook'); adds a key to all windows matching this pref | ||
| + | user_pref("keyconfig.UIHook",""); | ||
| + | |||
| + | // Don't try to invalidate the key cache in case this causes problems | ||
| + | user_pref("keyconfig.tryToInvalidateCache", false); | ||
| + | |||
| + | userChrome.css: | ||
| + | |||
| + | /* Style different types of keys differently */ | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } prefs.js: | ||
| + | |||
| + | // Display internal shortcut | ||
| + | user_pref("keyconfig.devmode", true); | ||
| + | |||
| + | // Reverse the order in which submenu names are used, defaults are: | ||
| + | // Thunderbird "Menu > Menuitem" | ||
| + | // Others "Menuitem [Menu]" | ||
| + | user_pref("keyconfig.nicenames.reverse_order", true); | ||
| + | |||
| + | // Use another keyconfig profile, can be used to temporary disable all keys | ||
| + | user_pref("keyconfig.profile", "1"); | ||
| + | |||
| + | // Disables the warning if you close the window | ||
| + | user_pref("keyconfig.warnOnClose", false); | ||
| + | |||
| + | // Disables the warning if an already used key was entered | ||
| + | user_pref("keyconfig.warnOnDuplicate", false); | ||
| + | |||
| + | // Don't wait for additional key stroke, jump immediately to the Apply butten | ||
| + | user_pref("keyconfig.allowAltCodes", false); | ||
| + | |||
| + | // Code which will be run in every window (only if non empty) | ||
| + | user_pref("keyconfig.global.20080611", "Module('UIHook');"); | ||
| + | |||
| + | // Module('UIHook'); adds a key to all windows matching this pref | ||
| + | user_pref("keyconfig.UIHook",""); | ||
| + | |||
| + | // Don't try to invalidate the key cache in case this causes problems | ||
| + | user_pref("keyconfig.tryToInvalidateCache", false); | ||
| + | |||
| + | userChrome.css: | ||
| + | |||
| + | /* Style different types of keys differently */ | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } prefs.js: | ||
| + | |||
| + | // Display internal shortcut | ||
| + | user_pref("keyconfig.devmode", true); | ||
| + | |||
| + | // Reverse the order in which submenu names are used, defaults are: | ||
| + | // Thunderbird "Menu > Menuitem" | ||
| + | // Others "Menuitem [Menu]" | ||
| + | user_pref("keyconfig.nicenames.reverse_order", true); | ||
| + | |||
| + | // Use another keyconfig profile, can be used to temporary disable all keys | ||
| + | user_pref("keyconfig.profile", "1"); | ||
| + | |||
| + | // Disables the warning if you close the window | ||
| + | user_pref("keyconfig.warnOnClose", false); | ||
| + | |||
| + | // Disables the warning if an already used key was entered | ||
| + | user_pref("keyconfig.warnOnDuplicate", false); | ||
| + | |||
| + | // Don't wait for additional key stroke, jump immediately to the Apply butten | ||
| + | user_pref("keyconfig.allowAltCodes", false); | ||
| + | |||
| + | // Code which will be run in every window (only if non empty) | ||
| + | user_pref("keyconfig.global.20080611", "Module('UIHook');"); | ||
| + | |||
| + | // Module('UIHook'); adds a key to all windows matching this pref | ||
| + | user_pref("keyconfig.UIHook",""); | ||
| + | |||
| + | // Don't try to invalidate the key cache in case this causes problems | ||
| + | user_pref("keyconfig.tryToInvalidateCache", false); | ||
| + | |||
| + | userChrome.css: | ||
| + | |||
| + | /* Style different types of keys differently */ | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } | ||
| + | // Don't wait for additional key stroke, jump immediately to the Apply butten | ||
| + | user_pref("keyconfig.allowAltCodes", false); | ||
| + | |||
| + | // Code which will be run in every window (only if non empty) | ||
| + | user_pref("keyconfig.global.20080611", "Module('UIHook');"); | ||
| + | |||
| + | // Module('UIHook'); adds a key to all windows matching this pref | ||
| + | user_pref("keyconfig.UIHook",""); | ||
| + | |||
| + | // Don't try to invalidate the key cache in case this causes problems | ||
| + | user_pref("keyconfig.tryToInvalidateCache", false); | ||
| + | |||
| + | userChrome.css: | ||
| + | |||
| + | /* Style different types of keys differently */ | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); } | ||
| + | #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } | ||
Revision as of 19:02, 31 December 2010
prefs.js:
// Display internal shortcut
user_pref("keyconfig.devmode", true);
// Reverse the order in which submenu names are used, defaults are:
// Thunderbird "Menu > Menuitem"
// Others "Menuitem [Menu]"
user_pref("keyconfig.nicenames.reverse_order", true);
// Use another keyconfig profile, can be used to temporary disable all keys
user_pref("keyconfig.profile", "1");
// Disables the warning if you close the window
user_pref("keyconfig.warnOnClose", false);
// Disables the warning if an already used key was entered
user_pref("keyconfig.warnOnDuplicate", false);
prefs.js:
// Display internal shortcut
user_pref("keyconfig.devmode", true);
// Reverse the order in which submenu names are used, defaults are:
// Thunderbird "Menu > Menuitem"
// Others "Menuitem [Menu]"
user_pref("keyconfig.nicenames.reverse_order", true);
// Use another keyconfig profile, can be used to temporary disable all keys
user_pref("keyconfig.profile", "1");
// Disables the warning if you close the window
user_pref("keyconfig.warnOnClose", false);
// Disables the warning if an already used key was entered
user_pref("keyconfig.warnOnDuplicate", false);
// Don't wait for additional key stroke, jump immediately to the Apply butten
user_pref("keyconfig.allowAltCodes", false);
// Code which will be run in every window (only if non empty)
user_pref("keyconfig.global.20080611", "Module('UIHook');");
// Module('UIHook'); adds a key to all windows matching this pref
user_pref("keyconfig.UIHook","");
// Don't try to invalidate the key cache in case this causes problems
user_pref("keyconfig.tryToInvalidateCache", false);
userChrome.css:
/* Style different types of keys differently */
#keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
#keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
#keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
#keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
#keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } prefs.js:
// Display internal shortcut
user_pref("keyconfig.devmode", true);
// Reverse the order in which submenu names are used, defaults are:
// Thunderbird "Menu > Menuitem"
// Others "Menuitem [Menu]"
user_pref("keyconfig.nicenames.reverse_order", true);
// Use another keyconfig profile, can be used to temporary disable all keys
user_pref("keyconfig.profile", "1");
// Disables the warning if you close the window
user_pref("keyconfig.warnOnClose", false);
// Disables the warning if an already used key was entered
user_pref("keyconfig.warnOnDuplicate", false);
// Don't wait for additional key stroke, jump immediately to the Apply butten
user_pref("keyconfig.allowAltCodes", false);
// Code which will be run in every window (only if non empty)
user_pref("keyconfig.global.20080611", "Module('UIHook');");
// Module('UIHook'); adds a key to all windows matching this pref
user_pref("keyconfig.UIHook","");
// Don't try to invalidate the key cache in case this causes problems
user_pref("keyconfig.tryToInvalidateCache", false);
userChrome.css:
/* Style different types of keys differently */
#keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
#keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
#keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
#keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
#keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; } prefs.js:
// Display internal shortcut
user_pref("keyconfig.devmode", true);
// Reverse the order in which submenu names are used, defaults are:
// Thunderbird "Menu > Menuitem"
// Others "Menuitem [Menu]"
user_pref("keyconfig.nicenames.reverse_order", true);
// Use another keyconfig profile, can be used to temporary disable all keys
user_pref("keyconfig.profile", "1");
// Disables the warning if you close the window
user_pref("keyconfig.warnOnClose", false);
// Disables the warning if an already used key was entered
user_pref("keyconfig.warnOnDuplicate", false);
// Don't wait for additional key stroke, jump immediately to the Apply butten
user_pref("keyconfig.allowAltCodes", false);
// Code which will be run in every window (only if non empty)
user_pref("keyconfig.global.20080611", "Module('UIHook');");
// Module('UIHook'); adds a key to all windows matching this pref
user_pref("keyconfig.UIHook","");
// Don't try to invalidate the key cache in case this causes problems
user_pref("keyconfig.tryToInvalidateCache", false);
userChrome.css:
/* Style different types of keys differently */
#keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
#keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
#keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
#keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
#keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }
// Don't wait for additional key stroke, jump immediately to the Apply butten
user_pref("keyconfig.allowAltCodes", false);
// Code which will be run in every window (only if non empty)
user_pref("keyconfig.global.20080611", "Module('UIHook');");
// Module('UIHook'); adds a key to all windows matching this pref
user_pref("keyconfig.UIHook","");
// Don't try to invalidate the key cache in case this causes problems
user_pref("keyconfig.tryToInvalidateCache", false);
userChrome.css:
/* Style different types of keys differently */
#keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
#keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
#keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
#keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
#keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }