mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-14 16:30:36 +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
13 lines
521 B
C
13 lines
521 B
C
#define help_in_mouse \
|
|
"mouse input mode\n" \
|
|
S_COLOR_VAL " 0 " S_COLOR_HELP "= Disabled\n" \
|
|
S_COLOR_VAL " 1 " S_COLOR_HELP "= Raw input\n" \
|
|
S_COLOR_VAL " 2 " S_COLOR_HELP "= Win32 input"
|
|
|
|
#define help_in_minimize \
|
|
"hotkey to minimize/restore the window\n" \
|
|
"Use /" S_COLOR_CMD "minimizekeynames " S_COLOR_HELP "to print the list of usable key names."
|
|
|
|
#define help_r_monitor \
|
|
"1-based monitor index, 0=primary\n" \
|
|
"Use /" S_COLOR_CMD "monitorlist " S_COLOR_HELP "to print the list of detected monitors."
|