oplaif.rss

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· RSS 代码 · 共 25 行

RSS
25
字号
// OPLAIF.RSS
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//
#include <aiftool.rh>

RESOURCE AIF_DATA
	{
	app_uid=0x10005D2E;
	num_icons=2;
	// Series60 ignores the hidden attribute?
	hidden=KAppIsHidden;
	embeddability=KAppNotEmbeddable;
	newfile=KAppDoesNotSupportNewFile;

//MIME type priorities
//Playing with recogniser on Series 60. Didn't work :-(
//	datatype_list=
//		{
//		DATATYPE { priority=EDataTypePriorityNormal; type="x-epoc/x-app268459310"; } // 0x10005D2E
//		DATATYPE { priority=EDataTypePriorityNormal; type="opl/opo"; }
//		};
	}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?