From 050ec524df761f5a128a5bb9bb5b7609f1886f21 Mon Sep 17 00:00:00 2001 From: Benjamin Dahlmanns Date: Tue, 20 Jun 2017 21:50:18 +0200 Subject: [PATCH] Issue #5: Fix comment --- uinputdefs.go | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/uinputdefs.go b/uinputdefs.go index c27a034..a882adc 100644 --- a/uinputdefs.go +++ b/uinputdefs.go @@ -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 )