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

From blackwiki
Jump to navigation Jump to search
imported>Monkbot
m (Task 18a (cosmetic) (manual): eval 1 template: hyphenate params (1×);)
 
(79 intermediate revisions by 48 users not shown)
Line 1: Line 1:
    prefs.js:
+
{{LSR
 +
|article = KDE Software Compilation 4
 +
|latest_release_version = 4.14.38
 +
|latest_release_date = {{Start date and age|2017|11|07}}
 +
}}<ref>{{cite web |url=https://www.kde.org/announcements/announce-4.14.3.php |title=KDE Ships KDE Applications and Platform 4.14.3 |work=[[KDE]] |date={{date|2014-11-11}} |access-date={{date|2015-11-13}} }}</ref><noinclude>
  
    // Display internal shortcut
+
→ Back to article "'''[[KDE Software Compilation 4]]'''"
    user_pref("keyconfig.devmode", true);
 
  
    // Reverse the order in which submenu names are used, defaults are:
+
To see where a transclusion of this template is also required, then go:
    // 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
+
→ Back to article "'''[[Konqueror]]'''"
    user_pref("keyconfig.profile", "1");
 
  
    // Disables the warning if you close the window
+
→ Back to article "'''[[Kontact]]'''"
    user_pref("keyconfig.warnOnClose", false);
 
  
    // Disables the warning if an already used key was entered
+
{{Template reference list}}
    user_pref("keyconfig.warnOnDuplicate", false);
 
    prefs.js:
 
  
    // Display internal shortcut
+
[[Category:Latest stable software release templates|KDE Software Compilation 4]]
    user_pref("keyconfig.devmode", true);
+
[[Category:KDE-related templates]]
 
+
</noinclude>
    // 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; }
 

Latest revision as of 22:26, 20 December 2020

4.14.38 (Template:Start date and age) [±][1]

→ Back to article "KDE Software Compilation 4"

To see where a transclusion of this template is also required, then go:

→ Back to article "Konqueror"

→ Back to article "Kontact"

References

  1. "KDE Ships KDE Applications and Platform 4.14.3". KDE. 11 November 2014. Retrieved 13 November 2015.