Redrum wrote: > > To recreate (on PC) - In the list of episodes, or tracks, if click an > item, pulldown->select, item is selected. You then go to select a range, > go to another item, say 10 items away, then hold down control <by > mistake> and click the item, it selects both, as it should. But you > realize you wanted shift, so you unclick the second, then hold down > shift, click the second, and it behaves like control. You have to > unselect both the first and the second, then do it over with shift > before it behaves as expected.
When you select an item material remembers its index, and when you shift+select the next it selects from this previous to new index. When you unselect an item the remebered index is forgotten. The only way to work-around that would be to remember the order of selected items. I guess I could make ctrl+select the same as shift+select? This would be different to how (e.g.) windows handles select, but then Material is already different (by not needing ctrl+select to select an item if another is selected). *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
