Skip to content

一个能够自动贴边隐藏并在你设置的时间弹出进行提醒的程序,aardio编写。本程序支持设置时间提醒,支持自定义系统快捷键,支持自定义程序显示时间。 A program that automatically hides the edges and pops up at the time you set for reminders, by aardio. This program supports setting custom time reminders, hotkeys, program's display time.

License

Notifications You must be signed in to change notification settings

Mikachu2333/AutoTipClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTipClock

一个能够自动贴边隐藏并在你设置的时间弹出进行提醒的程序,aardio编写。本程序支持设置1k个(电脑性能足够好,在默认显示时间配置下)的时间提醒,支持自定义系统快捷键,支持自定义程序显示时间。

A program that automatically hides the edges and pops up at the time you set for reminders, by aardio. This program supports setting 1k (computer performance is good enough, under the default display time configuration) time reminders, support custom system shortcuts, support custom program display time.

注意

1.本软件是一个简易的免费软件,并遵循MIT协议。

2.为降低系统负载,设置的刷新时间为每1s刷新一次。为尽力保证时间和系统时间相似,软件将在每次符合(hour % 3 == 0)时同步一次。

3.因win限制以及aardio的animate模块并不完美(或者是因为我没搞明白),即便本软件已采用了多线程,亦无法完美解决窗口弹出时,时钟的秒数变化出现卡顿的问题,敬请谅解。

4.因为软件实现逻辑较为粗糙,程序可能需要耗时至多1s以完整地扫描你设置的时间并进行提示。请尽量使你打开软件的时间点与第一次的提醒时间点间隔3s或以上。

使用教程:

说明

1.本软件自动创建托盘图标,右键托盘图标为关闭软件,左键托盘图标为暂时显示软件并注册快捷键

如果需要更改提醒时间或/与快捷键,需要关闭软件后再次开启软件并在任务栏点击一次左键

2.可以在软件窗口弹出时通过拖动调整位置,在窗口双击右键即可退出程序

3.在ini文件里输入需要自动提醒的时间

注:每行仅1个,为防止软件在遍历比较的瞬间出现卡顿,可以但不建议设置超过12个以上的提醒时间

格式如下

&230254(23时02分54秒,采用24小时制,不允许省略秒,所有个位数需在前方补0)

4.本软件可设置系统快捷键,格式如下:(共两行)

@0/1/2/4(仅输入一个数字,0代表无控制按键,1代表Alt,2代表Ctrl,4代表Shift)

%1~26(代表字母,1代表A,26代表Z

5.请使用以+开头的一个整数来设置显示的秒数,默认为3

请勿使窗口弹出与停留时间之和大于提醒的时间间隔,否则将导致程序不能正常提醒甚至崩溃

格式如下

+3(请尽量不要让常驻显示的时间超过10s,因其暂未提供手动隐藏方式)

范例:

1.在4个时间点分别提示

2.设置一个Ctrl+R的快捷键用于临时显示窗口。

3.设置窗口常驻显示时间(窗口出现与消失的时间未计算在内)为3s

&220413

&031600

&000100

&133245

@2

%18

+3

About

一个能够自动贴边隐藏并在你设置的时间弹出进行提醒的程序,aardio编写。本程序支持设置时间提醒,支持自定义系统快捷键,支持自定义程序显示时间。 A program that automatically hides the edges and pops up at the time you set for reminders, by aardio. This program supports setting custom time reminders, hotkeys, program's display time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published