I've just updated my ubuntu to the latest 12.10, and the "Clear and Reset" function is not working anymore. I used to type Ctrl + Shift + X. Reproducible: Always Steps to Reproduce: 1. Type something in the terminal and type <enter> some times 2. Press Ctrl + Shift + X Actual Results: After pressing Ctrl + Shift + X, the next key I press is supressed and nothing happens. But the terminal is not cleared as it should. Expected Results: The terminal should "Clear" and the scrollback should be erased.
If you use konsole, you will notice that the default shortcut for that action has changed to "ctrl+shift+k". As for why, see bug 282593. By the way, you don't need to add yourself into the CC list of this mail. As the original reporter, you always receive mails .
Thank you Jekyll, you're totally right. Sorry for using this channel, but I tried to search for it, without any luck. Btw, I tried to change the shortcut in konsole and it didn't affected yakuake's shortcuts. Do you know how I can change the "Clear and Reset Scrollback" shortcut in yakuake? Thank you.
The short and unfortunate answer is "you can't ". konsolepart does not provide the mechanism for hosting applications(yakuake) to change the shortcuts of its actions. So you can only use the default shortcuts. See bug 196482.
Thank you again, Jekyll.