📄 handleraif.rss
字号:
/*
* ============================================================================
* Name : handler.rss
* Part of : handler
* Created : 15/06/2006 by Forum Nokia
* Description:
* RSS for creating the aif file for handler.
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#include <aiftool.rh>
RESOURCE AIF_DATA
{
app_uid=0x0F084DF7;
num_icons=2;
//embeddability=KAppNotEmbeddable;
embeddability=KAppEmbeddable;
newfile=KAppDoesNotSupportNewFile;
datatype_list =
{
DATATYPE
{
priority = EDataTypePriorityHigh;
type = "application/something-totally-new";
}
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -