📄 calllog.txt
字号:
typedef struct {
UInt16 flags;
DateType date; /*Date of the call*/
TimeType time; /*Time of the call*/
UInt32 duration; /*Duration in seconds*/
char* name; /*Name of caller or NULL*/
char* number; /*Phone Number of caller or NULL*/
} PhRecord;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -