Added some improvements

This commit is contained in:
Robert Vokac 2024-03-09 18:20:31 +00:00
parent 2e97fa8843
commit 944eebdd07
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055
2 changed files with 9 additions and 5 deletions

View File

@ -172,7 +172,7 @@ Smileys can be colored or white-black (can be set in configuration)
* SHIFT + A - Increase arrival time by 1 minute
* CTRL + A - Decrease arrival time by 1 minute
* SHIFT + O - Increase overtime by 1 minute
* CTRL + O - Decrease overtime time by 1 minute
* CTRL + O - Decrease overtime by 1 minute
## Command button

View File

@ -56,7 +56,7 @@ Configuration for a profile is stored here.
Current profile is stored here.
### time-calc-profiles.txt
### ./tc/time-calc-profiles.txt
Optional assignments of profiles to numbers is stored here.
@ -165,10 +165,14 @@ Smileys can be colored or white-black (can be set in configuration)
* LEFT - switch to previous profile
* RIGHT - switch to next profile
* K - hide or show clock
* SHIFT + {Y,O,D,H,M,S or I} - Increase test time value
* CTRL + {Y,O,D,H,M,S or I} - Decrease test time value
* ALT + {Y,O,D,H,M,S or I} - Rest test time value
* SHIFT + {Y,N,D,H,M,S or I} - Increase test time value
* CTRL + {Y,N,D,H,M,S or I} - Decrease test time value
* ALT + {Y,N,D,H,M,S or I} - Rest test time value
* D - Reset custom time values to the real time
* SHIFT + A - Increase arrival time by 1 minute
* CTRL + A - Decrease arrival time by 1 minute
* SHIFT + O - Increase overtime by 1 minute
* CTRL + O - Decrease overtime by 1 minute
## Command button