Luka,

You have a typo in your sources. It doesn't work because these lines:

              { "BrightnessUp", KShortcut("XF86Launch1", SLOT(pmBrightnesUp()) 
},
              { "BrightnessDown", KShortcut("XF86Launch2"), 
SLOT(pmBrightnesDown()) },

are supposed to be these linese:
              { "BrightnessUp", KShortcut("XF86Launch1"), 
SLOT(pmBrightnessUp()) },
              { "BrightnessDown", KShortcut("XF86Launch2"), 
SLOT(pmBrightnessDown()) },

Notice the missing "s"...

It most probably had nothing to do with your choice of key bindings.

Hope that helps.

-- 
Brightness key stopped working after update [Gutsy]
https://bugs.launchpad.net/bugs/145337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to