mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
3305c6f515
- /monitorlist - the monitor list gets updated during video restarts and by /monitorlist - Linux > r_monitor is now 0-based and monitors are sorted top-to-bottom, left-to-right - Windows > the Windows + shift + left/right arrow key shortcuts should be ok to use
5 lines
289 B
C
5 lines
289 B
C
#define help_r_monitor \
|
|
"0-based monitor index\n" \
|
|
"Use /" S_COLOR_CMD "monitorlist " S_COLOR_HELP "to print the list of detected monitors.\n" \
|
|
"The monitors are ordered top-to-bottom and left-to-right.\n" \
|
|
"This means " S_COLOR_VAL "0 " S_COLOR_HELP "specifies the top-left monitor."
|