Skip to content

Commit

Permalink
Issue bendahl#5: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Jun 20, 2017
1 parent a8064e7 commit 050ec52
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions uinputdefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,27 +223,27 @@ const (
KeyBrightnessdown = 224
KeyBrightnessup = 225
KeyMedia = 226
KeySwitchvideomode = 227 /*CycleBetweenAvailableVideo
KeyKbdillumtoggle=228
KeyKbdillumdown=229
KeyKbdillumup=230
KeySend=231/*AcSend*/
KeyReply = 232 /*AcReply*/
KeyForwardmail = 233 /*AcForwardMsg*/
KeySave = 234 /*AcSave*/
KeyDocuments = 235
KeyBattery = 236
KeyBluetooth = 237
KeyWlan = 238
KeyUwb = 239
KeyUnknown = 240
KeyVideoNext = 241 /*DriveNextVideoSource*/
KeyVideoPrev = 242 /*DrivePreviousVideoSource*/
KeyBrightnessCycle = 243 /*BrightnessUp,AfterMaxIsMin*/
KeyBrightnessZero = 244 /*BrightnessOff,UseAmbient*/
KeyDisplayOff = 245 /*DisplayDeviceToOffState*/
KeyWimax = 246
KeyRfkill = 247 /*KeyThatControlsAllRadios*/
KeyMicmute = 248 /*Mute/UnmuteTheMicrophone*/
keyMax = 248 // highest key currently defined
KeySwitchvideomode = 227 /*CycleBetweenAvailableVideo */
KeyKbdillumtoggle = 228
KeyKbdillumdown = 229
KeyKbdillumup = 230
KeySend = 231 /*AcSend*/
KeyReply = 232 /*AcReply*/
KeyForwardmail = 233 /*AcForwardMsg*/
KeySave = 234 /*AcSave*/
KeyDocuments = 235
KeyBattery = 236
KeyBluetooth = 237
KeyWlan = 238
KeyUwb = 239
KeyUnknown = 240
KeyVideoNext = 241 /*DriveNextVideoSource*/
KeyVideoPrev = 242 /*DrivePreviousVideoSource*/
KeyBrightnessCycle = 243 /*BrightnessUp,AfterMaxIsMin*/
KeyBrightnessZero = 244 /*BrightnessOff,UseAmbient*/
KeyDisplayOff = 245 /*DisplayDeviceToOffState*/
KeyWimax = 246
KeyRfkill = 247 /*KeyThatControlsAllRadios*/
KeyMicmute = 248 /*Mute/UnmuteTheMicrophone*/
keyMax = 248 // highest key currently defined
)

0 comments on commit 050ec52

Please sign in to comment.