Difference between revisions of "Template:Latest stable software release/KDE Software Compilation 4"

From blackwiki
Jump to navigation Jump to search
imported>Frap
Line 1: Line 1:
{{LSR|
+
    prefs.js:
article = KDE Software Compilation 4
 
|latest_release_version = 4.5.4
 
|latest_release_date = {{Start date and age|2010|12|02|df=yes}}
 
}}<ref name="4.5 schedule">{{cite web | url=http://techbase.kde.org/Schedules/KDE4/4.5_Release_Schedule | title=KDE 4.5 Release Schedule}}</ref><ref>{{cite web | url=http://kde.org/announcements/announce-4.5.4.php | title=KDE Ships November Updates}}</ref><noinclude>
 
  
→ Back to article "'''[[KDE Software Compilation 4]]'''"
+
    // Display internal shortcut
 +
    user_pref("keyconfig.devmode", true);
  
To see where a transclusion of this template is also required, then go:
+
    // Reverse the order in which submenu names are used, defaults are:
 +
    // Thunderbird      "Menu > Menuitem"
 +
    // Others            "Menuitem [Menu]"
 +
    user_pref("keyconfig.nicenames.reverse_order", true);
  
→ Back to article "'''[[Konqueror]]'''"
+
    // Use another keyconfig profile, can be used to temporary disable all keys
 +
    user_pref("keyconfig.profile", "1");
  
→ Back to article "'''[[Kontact]]'''"
+
    // Disables the warning if you close the window
 +
    user_pref("keyconfig.warnOnClose", false);
  
→ Back to article "'''[[KWin]]'''"
+
    // Disables the warning if an already used key was entered
 +
    user_pref("keyconfig.warnOnDuplicate", false);
 +
    prefs.js:
  
→ Back to article "'''[[KWrite]]'''"
+
    // Display internal shortcut
 +
    user_pref("keyconfig.devmode", true);
  
{{Template reference list}}
+
    // Reverse the order in which submenu names are used, defaults are:
 +
    // Thunderbird      "Menu > Menuitem"
 +
    // Others            "Menuitem [Menu]"
 +
    user_pref("keyconfig.nicenames.reverse_order", true);
  
[[Category:Latest stable software release templates|KDE Software Compilation 4]]
+
    // Use another keyconfig profile, can be used to temporary disable all keys
[[pt:Predefinição:Último lançamento estável/KDE Software Compilation 4]]
+
    user_pref("keyconfig.profile", "1");
</noinclude>
+
 
 +
    // 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; }