cnq3/code/linux/linux_help.h
myT 3305c6f515 improved multi-monitor support
- /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
2019-02-20 20:52:34 +01:00

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."