mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 12:13:07 +02:00
Documentation about UI Screenshot and UI Screencast
This commit is contained in:
@@ -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:
|
||||
|
@@ -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 "
|
||||
|
@@ -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 "
|
||||
|
Reference in New Issue
Block a user