For my Windows application I'm currently looking for a standard (or at least widely used) keyboard shortcut for moving items in a Win32 listview. I've looked at MSDN's recommendations Guidelines for Keyboard User Interface Design but unfortunately, the topic isn't addressed there.
I'm thinking about Alt+<Arrow Down>
and Alt+<Arrow Up>
(Alt+Shift+<Arrow Down>
and Alt+Shift+<Arrow Up>
for moving to bottom/top) but was wondering whether there are any quasi-standard keyboard shortcuts for this task.