Am 14.03.2012, 23:41 Uhr, schrieb Marc Deop <[email protected]>:

Now that we are talking about keyboard accelerators. Check this rekonq bug: https://bugs.kde.org/show_bug.cgi?id=275858

The thing is that rekonq's tabs get a keyboard accelerator but many times it conflicts with kde shorcuts and it shows a warning missage.

Suggestions in aproach on how to solve this issue? (because I thinks rekonq is not the only program which faces this problem)

How do the accelerators get there, explicitly or by adding a nice ampersand?

KShortcut shortcut("alt+T");
if (KGlobalAccel::self()->isGlobalShortcutAvailable(shortcut.primary())) {
    addTab("&Title");
} else {
    addTab("Title");
}

-> that's it?

Cheers,
Thomas

Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to