Skip to content
Snippets Groups Projects

DDMsgReader: Changed rescan hotkey for the indexed menu to Ctrl-R, since Ctrl-S won't work for Wyse terminals (Ctrl-S is for xon/xoff toggling and can't be changed)

Merged Eric Oulashin requested to merge ddmr_rescan_sub_boards_hotkey_change_ctrl_R into master
2 files
+ 88
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -87,5 +87,14 @@ newscanOnlyShowNewMsgs=true
@@ -87,5 +87,14 @@ newscanOnlyShowNewMsgs=true
; displaying or returning to the indexed newscan menu
; displaying or returning to the indexed newscan menu
indexedModeMenuSnapToFirstWithNew=false
indexedModeMenuSnapToFirstWithNew=false
 
; Default for a user setting: For the indexed sub-board menu when doing a newscan,
 
; whether or not to "snap" the lightbar selected item to the next sub-board with
 
; new messages when the user marks all messages as read in a sub-board on the menu
 
indexedModeMenuSnapToNextWithNewAftarMarkAllRead=true
 
 
; Default for a user setting: When reading personal email, whether or not to prompt
 
; the user if they want to delete a message after replying to it
 
promptDelPersonalEmailAfterReply=false
 
; The theme file name (for colors, strings, etc.)
; The theme file name (for colors, strings, etc.)
themeFilename=DefaultTheme.cfg
themeFilename=DefaultTheme.cfg
Loading