LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Quick access buttons on laptop hp zv5434rs (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/quick-access-buttons-on-laptop-hp-zv5434rs-496852/)

Sikooz 10-30-2006 04:30 AM

Quick access buttons on laptop hp zv5434rs
 
hi.. u all!

help for a newbie :scratch: :-p..

i have an hp zv 5434rs, and i've successfully install
suse 10.1. However, i am not able to use the quick buttons that are on the laptop, i.e volume control, web button, multimedia etc..

can anyone let me know how to configure, or if there is a driver to install..

thank a lot..

pixellany 11-09-2006 02:14 PM

Quote:

Originally Posted by Sikooz
hi.. u all!

help for a newbie :scratch: :-p..

i have an hp zv 5434rs, and i've successfully install
suse 10.1. However, i am not able to use the quick buttons that are on the laptop, i.e volume control, web button, multimedia etc..

can anyone let me know how to configure, or if there is a driver to install..

thank a lot..

Run the KDE menu editor---for most of the functions, you have the option of designating a short-cut key. This may be at least a partial solution

Sikooz 11-11-2006 12:04 PM

Eeuuh..
:D it may seems silly...

how do i get the kde menu editor??

by the way, thanks a lot to pixellar...

Thank you all...

Kisses... to all Linux userz...

dracolich 11-13-2006 02:46 PM

I think it's a bit more complicated than just using the menu editor.

First, you need to run xev from a terminal window, press one of the keys to display the keycode, make a note of the keycode value and repeat for each key. (Note: some keys don't return a code and I haven't found a solution for them yet.)

Next, edit a file in your home directory called .Xmodmap, creating it if necessary. Add a new line for each key, such as

keycode 169 = F13

Note: I just made up 169 and F13 is arbitrary. There are some reserved XF names you can apply, such as XF86WWW, XF86VolumeUp

Now to make it run on startup. I'm making this up as I type: Copy these two lines into a new empty file in your home dir called NewKeys and save.

#!/bin/bash
xmomdmap ~/.Xmodmap

Now go to ~/.kde/Autostart and type

ln -s ~/NewKeys

Finally, restart KDE to load the new keycodes, then go to Control Center and open the Regional/Accessibility section. (I believe that's where the Hotkeys section is) and open the Hotkeys. Browse the lists to find what you want to apply a new shortcut to and tell it to use a Custom shortcut.

Sorry if I left anything out as I'm writing this from a Win machine.

gruntwerk 11-13-2006 06:39 PM

KDE -
Go to Control Center -> Regional & Accessibility -> Keyboard Layout and choose your Keyboard model - several hp laptop keyboards are listed, try them first.

if still not acceptable, then follow the directions that dracolich left you above

For Gnome Go to System > Preferences > Keyboard Shortcuts. Make sure the Sound category in the Actions column is expanded, then click on the desired action. The Shortcut column will change to "New accelerator...."
Press the key you want mapped and the shortcut is set.


All times are GMT -5. The time now is 10:40 AM.