T O P I C R E V I E W |
znakeeye |
Posted - Mar 27 2008 : 05:36:53 AM In OFIW, when typing Ctrl+Arrow or Ctrl+Space I expect the selection in the list control to get updated. As it is now, hand-picked multi-selections must be made with the mouse :( |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 31 2008 : 08:50:59 AM You are asking for Space to select or unselect items in the list, while you are sitting in an edit control. Normally space adds a space character in the edit control, which is very useful when using multiple filters at once. To me that sounds quite inconsistent. |
znakeeye |
Posted - Mar 27 2008 : 11:38:30 AM I disagree. What you see is a bug due to the fact that Shift+Tab needs to be pressed.
Edit control has focus. 1) You press Up/Down. The selection is changed in the list control (this must be explicitly implemented). 2) You press Ctrl+Space or Ctrl+Up/Down. Nothing happens (not implemented).
Hence, you get different behavior. Either remove 1) or add 2). |
feline |
Posted - Mar 27 2008 : 10:32:36 AM This works correctly for me, but you need to place keyboard focus into the file list first. Shift-Tab does this for me.
Alternatively do you know how to filter the list? You can exclude items, and use multiple filter words at once, to select just the items you want:
http://forum.wholetomato.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=4238 |