| Summary: | [REGRESSION] Default task manager shortcut ctrl+escape does not work anymore | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Julius Schwartzenberg <julius.schwartzenberg> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | critical | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
|
Description
Julius Schwartzenberg
2012-05-30 12:50:53 CDT
Note: The keyboard shortcut is working on the latest GIT on Slackware 13.1. Works here on the latest nightly builds. Still doesn't work for me... should I reopen? I tried it with a fresh account, it doesn't work on that either... doesn't seem to be related to the migration. In the new profile, is the keyboard shortcut defined in kcontrol? The shortcut is defined here in kcontrol (Slackware) and functions correctly. I just tried on a fresh account as well, and it worked. Let's make sure that this is not a low-level problem. In a terminal, run xev | grep keycode and then press Ctrl+Esc after the xev window pops up. You will see several lines of output in the terminal after you do this. Please post them to this bug report. Thanks! The shortcut is defined in the control center.
xev output looks ok to me:
julius@wijsvinger:~$ xev | grep keycode
state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
state 0x4, keycode 9 (keysym 0xff1b, Escape), same_screen YES,
state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
|