Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
eeePC 1005 fn Key
#2
Hi Fran-Byte

I do not have an EEEPC to test on, but it looks like you can do the following...

sudo apt update
sudo apt upgrade
sudo apt install acpi-support acpi
sudo apt install xbindkeys xbindkeys-config
xbindkeys --defaults > ~/.xbindkeysrc
xbindkeys-config

I think you'll need to make a volume up and down script and then point to them in xbindkeys-config

Volume up:
sudo nano /usr/local/bin/volume_up
#!/bin/sh
amixer set Master 5%+

Volume down:
sudo nano /usr/local/bin/volume_down
#!/bin/sh
amixer set Master 5%-

Don't foreget to make the scripts executable:
sudo chmod +x /usr/local/bin/volume_up
sudo chmod +x /usr/local/bin/volume_down

You'll then have to add the key bindings using xbindkeys-config.

After doing that restart xbindkeys:
killall xbindkeys
xbindkeys

Please let us know how it goes.
Reply


Messages In This Thread
eeePC 1005 fn Key - by fran-byte - 07-20-2024, 06:21 PM
RE: eeePC 1005 fn Key - by John - 07-21-2024, 09:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)