http://bugzilla.novell.com/show_bug.cgi?id=575730 http://bugzilla.novell.com/show_bug.cgi?id=575730#c20 --- Comment #20 from Mindaugas Baranauskas <embar@super.lt> 2010-02-18 16:56:06 UTC --- We need to run similar script like hotkey-setup do: 1. Extract all hotkeys from hal: lshal | grep input.keymap.data (for HP Pavillion dv6315ea, the output should be: input.keymap.data = {'e001:fn_esc', 'e009:battery', 'e008:prog1', 'e00a:screenlock', 'e00b:camera', 'e00c:media', 'e00e:dvd', 'e031:help', 'e033:f23', 'e057:wlan', 'e012:brightnessdown', 'e017:brightnessup', 'e06e:switchvideomode'} (string list) ) 2. Have some file, witch describes links between HAL codes (like "fn_esc", "battery", "media" etc) with setkeycodes or xmodmap. In openSUSE 10.3 hotkey-setup package, it was /usr/share/hotkey-setup/key-constants For example, prog1=203 dvd=226 3. If output of "lshal | grep input.keymap.data" is not empty, then for each key (like e008, e00e, etc) assign pseudokey (like 203, 226) For example, setkeycodes e008 $prog1 setkeycodes e00e $dvd -------------- or maybe that script already exist, but it isn't executed or corrupted? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.