Documentation about UI Screenshot and UI Screencast

This commit is contained in:
CyrIng
2022-11-06 20:43:48 +00:00
parent f5414bf85d
commit 367d2f838e
3 changed files with 14 additions and 6 deletions

View File

@@ -374,6 +374,14 @@ CPU IPS IPC CPI
`corefreq-cli -OE 2 -t`
3. Or switch to that theme from `Menu > Theme`, shortcut [`E`]
* Q: How to screenshot the UI ?
A: Press `[Ctrl]+[p]` to save the screen to a rich ascii file. Use the `cat` or `less -R` command to view the file saved with an `asc` extension.
* Q: How to record the UI ?
A: Press `[Alt]+[p]` to record the screen for the duration set in Settings. A compatible [asciinema](https://github.com/asciinema/asciinema) file is saved in the current directory with a `cast` extension.
* Q: What are the build options for _CoreFreq_ ?
A: Enter `make help` to display them:

View File

@@ -1562,7 +1562,7 @@
#define RSC_SETTINGS_RING_WAIT_CODE_EN " Ring Wait(ms) "
#define RSC_SETTINGS_CHILD_WAIT_CODE_EN " Child Wait(ms) "
#define RSC_SETTINGS_SLICE_WAIT_CODE_EN " Slice Wait(ms) "
#define RSC_SETTINGS_RECORDER_CODE_EN " Recorder(sec) < > "
#define RSC_SETTINGS_RECORDER_CODE_EN " Duration(sec) < > "
#define RSC_SETTINGS_AUTO_CLOCK_CODE_EN " Auto Clock < > "
#define RSC_SETTINGS_EXPERIMENTAL_CODE_EN " Experimental < > "
#define RSC_SETTINGS_CPU_HOTPLUG_CODE_EN " CPU Hot-Plug [ ] "
@@ -1639,10 +1639,10 @@
" Terminal: "
#define RSC_ADV_HELP_ITEM_PRT_SCR_CODE_EN \
" [Ctrl]+[p] Copy "
" [Ctrl]+[p] Screenshot "
#define RSC_ADV_HELP_ITEM_REC_SCR_CODE_EN \
" [Alt]+[p] Record "
" [Alt]+[p] Screencast "
#define RSC_ADV_HELP_ITEM_FAHR_CELS_CODE_EN \
" F Fahrenheit or Celsius "

View File

@@ -946,7 +946,7 @@ do echo -en "$h$l\t""\xc3""\x$h$l""\t"; done; done;echo
#define RSC_SETTINGS_RING_WAIT_CODE_FR " Ring Wait(ms) "
#define RSC_SETTINGS_CHILD_WAIT_CODE_FR " Child Wait(ms) "
#define RSC_SETTINGS_SLICE_WAIT_CODE_FR " Slice Wait(ms) "
#define RSC_SETTINGS_RECORDER_CODE_FR " Enregistreur(sec) < > "
#define RSC_SETTINGS_RECORDER_CODE_FR " Dur""\xa9""e(sec) < > "
#define RSC_SETTINGS_AUTO_CLOCK_CODE_FR " Auto Clock < > "
#define RSC_SETTINGS_EXPERIMENTAL_CODE_FR " Exp""\xa9""rimental" \
@@ -1058,10 +1058,10 @@ do echo -en "$h$l\t""\xc3""\x$h$l""\t"; done; done;echo
" Terminal: "
#define RSC_ADV_HELP_ITEM_PRT_SCR_CODE_FR \
" [Ctrl]+[p] Copier "
" [Ctrl]+[p] Screenshot "
#define RSC_ADV_HELP_ITEM_REC_SCR_CODE_FR \
" [Alt]+[p] Enregistrer "
" [Alt]+[p] Screencast "
#define RSC_ADV_HELP_ITEM_FAHR_CELS_CODE_FR \
" F Fahrenheit ou Celsius "