kdegraphics/pixie keyboard.html,NONE,1.1 imagelist.cpp,1.31,1.32 imagelist.h,1.11,1.12 Author: mosfet Tue Apr 3 02:23:20 UTC 2001 In directory cvs.kde.org:/var/tmp/cvs-serv7368 Modified Files: imagelist.cpp imagelist.h Added Files: keyboard.html Log Message: Added Rotate by 90, 180, and 270 degrees to the Edit menu. Keyboard fixes. Cursor Up now goes to the previous image, Down to the next, "," halves image size, "." doubles it. It was reversed before. Enter now loads the currently selected thumbnail. I wanted to do this before instead of Space, but Key_Enter didn't work. I didn't realize that Key_Enter only refers to the Enter key on the numeric keypad and not the normal "Enter" key ;-) I now use Key_Enter || Key_Return :P