📄 qo-preferences.js
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -