D18967: Allow entering hex letters when the shift key is pressed

Christoph Feck noreply at phabricator.kde.org
Sat Feb 23 14:34:10 GMT 2019


cfeck added a comment.


  Does it work when Caps Lock is on?

INLINE COMMENTS

> kcalc.cpp:818
> +    // Unfortunately adding multiple shortcuts (A, Shift+A) to pushbuttons
> +    // does not works properly, so we handle the A-F keypresses with shift in Hex mode here
> +    if (hexRadio->isChecked() && e->modifiers() & Qt::ShiftModifier) {

does not work!!~~s~~!! properly

REPOSITORY
  R353 KCalc

REVISION DETAIL
  https://phabricator.kde.org/D18967

To: martonmiklos, cfeck, xyquadrat, teran
Cc: rapiteanu, kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20190223/a5f95d15/attachment.html>


More information about the Kde-utils-devel mailing list