qo-preferences.js
来自「Extjs写的一个桌面应用。。功能很强大」· JavaScript 代码 · 共 19 行
JS
19 行
/*
* qWikiOffice Desktop 0.8.1
* Copyright(c) 2007-2008, Integrated Technologies, Inc.
* licensing@qwikioffice.com
*
* http://www.qwikioffice.com/license
*/
QoDesk.QoPreferences = Ext.extend(Ext.app.Module, {
moduleType : 'system/preferences',
moduleId : 'qo-preferences',
menuPath : 'ToolMenu',
launcher : {
iconCls: 'pref-icon',
shortcutIconCls: 'pref-shortcut-icon',
text: 'Preferences',
tooltip: '<b>Preferences</b><br />Allows you to modify your desktop'
}
});
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?