On Mar 1, 2016, at 5:23 PM, Gerd Hoffmann wrote: > On Di, 2016-03-01 at 17:04 -0500, Programmingkid wrote: >> Add kp_equals and power keys support to the QKeyCode enum of keys. > > Please update the documentation in the comment too, so we keep track of > which keys where added in which release. > > Otherwise it's fine. > > thanks, > Gerd >
Is this what you mean: ## # @QKeyCode: # # An enumeration of key name. # # This is used by the send-key command. # # Since: 1.3.0 # # 'unmapped' and 'pause' since 2.0 # 'ro' and 'kp_comma' since 2.4 # 'kp_equals' and 'power' since 2.6 ##