From: Bram R. <bra...@ph...> - 2006-01-13 16:03:18
|
Hi all, Currently, I am doing some code cleanup on PV. One issue is consistently using wxT("") for literal strings. Further, I am moving some menu entries: - The menu items have been reordered. - Next file in Directory (Space) - Previous file in Directory (Backspace) - Next file (Lock view) (Tab) - Previous file (Lock view) (Shift-Tab)(`) are moved from the view menu to the file menu as these operation relate to choosing the current opened file. The "Full screen" menu entry is moved from the file menu to the view menu. In order to reduce code complexity, I want to use menu accelarators for most of the menu items. This cannot be done for the "Previous file (Lock view) " operation, since that uses two accelerators (Shift-Tab and ` (backquote)). I do not understand why the Shift-Tab is there. Its use is cumbersome and the Tab and backquote keys are positioned conveniently. Is there any objection agains removing theShift-Tab key shortcut? Regards, Bram. -- A.K. (Bram) Riemens Principal Scientist, DSP group, Philips Research Office: WO-p-94, Postbox WO02 High Tech Campus 36 (WO), 5656 AE Eindhoven, The Netherlands Tel: +31 40 27 43833, Fax: +31 40 27 44675 E-mail: bra...@ph... |