You are not logged in.

#1 2009-01-04 11:58:53

Spychacz
Member
Registered: 2008-12-31
Posts: 16

[SOLVED] special keyboard keys in Acer 5315

Hello

I was installed Arch on laptop of my brother and we cannot change volume with two special keys - how to do that?
I was installed xbindkeys but I dont know what next...

xdev give me for 2 volume buttons...

KeyRelease event, serial 33, synthetic NO, window 0x2200001,
    root 0x89, subw 0x0, time 1478914, (-987,663), root:(73,783),
    state 0x0, keycode 174 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x2200001,
    root 0x89, subw 0x0, time 1479578, (-987,663), root:(73,783),
    state 0x0, keycode 176 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

so keycode 174 and 176 what I must doing next??? please help

update

I was installed keytouch programm and choice Acer 3000 now volume buttons works correctly big_smile

Last edited by Spychacz (2009-01-04 13:16:13)

Offline

#2 2009-01-04 15:47:25

timetrap
Member
From: Here and There
Registered: 2008-06-05
Posts: 342
Website

Re: [SOLVED] special keyboard keys in Acer 5315

I use xbindkeys to bind my media keys to certain actions.

Here is my .xbindkeysrc

#vol up
"amixer set Master 2dB+ unmute"
  m:0x10 + c:123
#vol dn 
"amixer set Master 2dB- unmute"
  m:0x10 + c:122
#vol up
"amixer set Master mute"
  m:0x10 + c:121
"mpc toggle"
  m:0x10 + c:172
"mpc prev"
  m:0x10 + c:173
"mpc next"
  m:0x10 + c:171
"mpc stop"
  m:0x10 + c:174
"urxvtc -e ncmpcpp"
  m:0x10 + c:234

The quoted string is the action, right below it is the keycode c:<keycode>

Offline

Board footer

Powered by FluxBB