ext Shaun van Wyngaard (home) wrote: > Hello > I have changed my keyboard shortcut for deleting a line to Ctrl+Del > combination (from Shift+Del). If I Ctrl+C a line to copy it, then > Ctrl+Del to delete it, and then I go somewhere else to paste it, it > doesn't get pasted, i.e. the clipboard/memory seems to have been > cleared.
Note that the current delete line action also copies the line. Could it be that the last thing you did was erasing an empty line? In any case I still plan to add a real 'delete line' action and rename the current one to 'cut line'. > Also, to change these keyboard shortcuts, I couldn't do it > within the UI, I had to export them all as a file, change it manually > within the file, and then import it back in. Doing it from the UI kept > wanting to append my combination onto the existing. The way the GUI works is that you first have to clear the existing shortcut and then press the new one. This is because it allows multi-key shortcuts, for example Ctrl+E and then 2 to split the editor. Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Software _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
