📄 oggplayaif.s60.rss
字号:
/*
* ============================================================================
* Name : OggPlayaif.s60.rss
* Part of : OggPlay
* Created : 19.07.2003 by
* Description:
* RSS for creating the aif file for OggPlay.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
#include <aiftool.rh>
#include <OggOs.h>
RESOURCE AIF_DATA
{
app_uid = 0x1000A661;
num_icons = 3;
embeddability = KAppEmbeddable;
newfile = KAppDoesNotSupportNewFile;
datatype_list =
{
DATATYPE
{
priority = EDataTypePriorityNormal;
type = "application/ogg";
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -