Bug 307528 - Please use Global keyboard shortcuts to configure konsole keyboard shortcuts
Summary: Please use Global keyboard shortcuts to configure konsole keyboard shortcuts
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 13:06 UTC by Vincent Hobeïka
Modified: 2020-06-24 04:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hobeïka 2012-09-28 13:06:06 UTC
konsole have hard coded keyboard shortcuts. This is a problem and
rather surprising one considering KDE ability to tweak keyboard
shortcuts.

My problem is that I can't disable CTRL+ALT+U in konsole which
triggers the ZModem Upload feature. I am using a non graphic emacs
client inside console and I need CTRL+ALT+U to move between scoped
elements.

If konsole shortcuts were customisable with the Global keyboard
shortcuts menu of KDE I would be able to avoid such conflicts.

This is a wish and I understand there is quite an amount of work. Yet
I think konsole would be much more integrated to KDE with such a
feature.


Reproducible: Always

Steps to Reproduce:
1.type ctrl+alt+u
2.
3.
Actual Results:  
Tries to trigger the ZModem upload feature.

Expected Results:  
The expected result was to use an emacs shortcut. Konsole has priority over my non graphical emacs client running inside konsole. I can't disable the Konsole shortcut. This is a problem.

GNU/Linux debian stable
konsole version 2.4.5
Using KDE Development Platform 4.4.5 (KDE 4.4.5)

vincent@hal:~$ emacs --version
GNU Emacs 23.2.1
Copyright (C) 2010 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
Comment 1 Vincent Hobeïka 2012-09-28 13:14:52 UTC
The ZModemUpload shortcut is set at line 466 of the SessionController.cpp:

action->setShortcut( QKeySequence(Qt::CTRL+Qt::ALT+Qt::Key_U) );
connect( action , SIGNAL(triggered()) , this , SLOT(zmodemUpload()) );
Comment 2 Jekyll Wu 2012-09-28 13:39:37 UTC
(In reply to comment #1)
> konsole have hard coded keyboard shortcuts. This is a problem and
> rather surprising one considering KDE ability to tweak keyboard
> shortcuts.

Sorry, but that is hardly the truth. Almost all actions provided by konsole have configurable shortcuts.
> 
> My problem is that I can't disable CTRL+ALT+U in konsole which
> triggers the ZModem Upload feature. I am using a non graphic emacs
> client inside console and I need CTRL+ALT+U to move between scoped
> elements.

Of course you can. Open "Settings -> Configure Shortcuts", search for  "zmodem",  then change its shortcut to anything you like or just "None".

> If konsole shortcuts were customisable with the Global keyboard
> shortcuts menu of KDE I would be able to avoid such conflicts.

The suspected problem has nothing to do with "global keyboard  shortcuts". You have some strange and serious misunderstanding here.

> GNU/Linux debian stable
> konsole version 2.4.5
> Using KDE Development Platform 4.4.5 (KDE 4.4.5)

OK, you are using a very old version. So maybe above statements from me does not apply in that old version, but the problem certainly does not exist in KDE SC 4.8 and above. Please upgrade.

One suggestion: It is generally not a good idea to report bugs on bugs.kde.org when you use Debian Stable, because you know Debian Stable usually ship outdated versions of applications (someone jokes it as "Debian Stale"). That is good for stability from users'  perspective, but very bad for reporting bugs from developers' perspective.
Comment 3 Vincent Hobeïka 2012-09-30 11:37:03 UTC
Dear Jekyll,

Thanks for taking the time to reply to this bug report.

Sorry for the incorrect assertions. Indeed I should have report this
bug to debian and not to KDE. Or I should have tried a more recent
version of KDE first.

I am happy to know that konsole shortcuts are now customisable.

Thanks again and sorry for the noise.

Best regards,