Feature #923

Add PLUS and MINUS keys from main keyboard

Added by Iñaki Zabala over 9 years ago. Updated over 9 years ago.

Status:RejectedStart date:11/10/2014
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CoreSpent time:-
Target version:-

Description

Now K_ADD and K_SUBTRACT work for '+' and '-' keys in numpad, but not in main keyboard. Adding something similar to included code, would add this feature.

#ifdef PLATFORM_WIN32 
    #define K_PLUS    (VK_OEM_PLUS + K_DELTA)
    #define K_MINUS    (VK_OEM_MINUS + K_DELTA)
#else
    #define K_PLUS    (GDKEY(plus)|K_DELTA)
    #define K_MINUS    (GDKEY(minus)|K_DELTA)
#endif

History

#1 Updated by Iñaki Zabala over 9 years ago

  • Status changed from New to Rejected

Substituted by new issue.

Also available in: Atom PDF