Debian Multimedia :: Re-mapping Function And Multiedia Keys
Dec 10, 2014
I have a Logitech K830 wireless 'Living Room' keyboard for general use under Debian/Gnome. The function keys (F1-F12) operate in conjunction with the FN key. Various multimedia options are alternately available by pressing the function keys (F1-F12) without the FN key.
I want to make the function keys primary (not requiring FN). 'xmodmap -e "keycode 172 = F11"' reassigns F11 as expected, but xev reveals multicode output for some keys that I cannot similarly remap. The (de-tabulated) table shows xev output for press-events. Single F(n) keycodes are followed by the equivalent multimedia keycodes (e.g. F2[+FN] key is also 'Minimize window'[without FN]).
KEY STATEKEYCODE KEYSYM
FN+F1 0x0167 0xffbe, F1
Adjust backlight ---- -- ------, --
FN+F2 0x1068 0xffbf, F2
[Code]......
View 0 Replies
ADVERTISEMENT
Apr 12, 2014
I have a Dell XPS 17 L702X running vanilla Wheezy. The laptop has 3 special soft touch keys above the keyboard. Using Dell software in Windows you can configure these for whatever, but in Debian/Linux they share the same functions as keyboard keys.
Key 1 -> Super_L Q
Key 2 -> Brightness Down
Key 3 -> Doesn't seem to do anything and xev doesn't report any key codes
Apparently other XPS models have similar keys with the same problem. It's not a show stopper but it would be nice to have them working.
View 0 Replies
View Related
Apr 7, 2011
I'm running Debian (Squeeze) and I have a toshiba portege m700. It has five buttons on the front just under the screen, which are the only ones accessible when you flip the screen over into tablet mode. One of them is for rotating the screen, and another is for switching to external display. I want to remap the remaining three to control, alt and super so that I can use shortcuts with the stylusThe problem is, when I used showkey to find out the key codes, I found out that each button generates more than one key code:Button 1:
key 126 press >> super_r, although this is distinct from the actual super key (125)
key 7 press >> 6
key 7 release
key 126 release
View 4 Replies
View Related
May 17, 2011
The top row of keys on my notebook are currently assigned to various media functions (brightness, volume, play, stop, etc.) These keys are rarely used, and it would be better if they were assigned to the function keys (f1,f2,f3,...) by default, rather then using the fn key to access them. Locking the fn key down is not an option. What can I do?
View 2 Replies
View Related
Apr 17, 2011
I just ran my first Lubuntu session using a USB SD card install.Not bad overall.I would like to re-map two keys on my netbook to make this Lubuntu usable.I have learned that these two apps are the way to go.xevxmodmap Are they built into Linux?If they are, how do I run them?How do I get to a command line to run them once Lubuntu has loaded and I'm at the main screen?
View 9 Replies
View Related
Apr 9, 2010
I've just upgraded my installed software packages to last version of Lucid and noticed a weird issue: my keyboard keys are all messed up. Although my keyboard layout is still US-105 keys, when I press (for instance) "asdfg", I get "abfhj" and for "ASDFG" I get "1a1b1f1h1j" !? This only happens when I am logged as user in a X session. Root sessions are OK
View 2 Replies
View Related
Dec 10, 2010
how to map the G keys. i tryed installing g15 daemon but now what am i supposed to do?
View 1 Replies
View Related
Dec 19, 2010
When a user that has rsa public key set in ~/.ssh/authorized_keys file logs in via ssh an sshd process is started to handle the ssh session.Periodically we audit the authorized keys and remove them from the system and authorized_keys file. This means the next log in attempt will fail, which is fine.However we need to terminate current ssh sessions in progress that use the rsa key.I have not been able to determine a way to map sshd processes with authorized_keys entries.
View 11 Replies
View Related
Sep 23, 2010
I'm trying to change mapping for a couple of keys in Russian phonetic layout.
View 7 Replies
View Related
Jul 3, 2010
I recently put Ubuntu on my HP G series laptop that originally had Windows Vista and ever since some select function keys (i.e. dim/brighten display) and the num lock/num pad won't work. Why is this and can I fix it?
View 1 Replies
View Related
Jun 23, 2011
I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.
When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).
Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.
So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.
I think this might be due to a missing package or configuration but I have no idea where to look...
View 1 Replies
View Related
Nov 11, 2010
Fedora 14
xfce
HP Mini 210
I have just bought a HP Min and installed xfce Fedora 14.
However, I would like to modify the way the function keys are pressed. Currently I have to press the 'fn' key down and then press a function key.
The function keys also have a second action. For example, Brightness up and down, volume control, play, fast forward, mute, wifi, etc.
However, those secondary actions only requires a single click.
As I use my HP for doing a lot of programming using emacs. I need the function keys for compiling, book marking, cleaning, uncommenting, etc. Is slows me down having to click on an extra 'fn' key.
I am wondering if it is possible to change the actual function keys to be a single click instead of having to click on the 'fn' all the time. And change the secondary action volumen, brightness, etc, to using the 'fn'?
View 8 Replies
View Related
May 3, 2010
I have just upgraded to xubuntu 10.04 and although some function keys are working (like volume control), the screen brightness function keys aren't (the screen brightness is at top level and can't be reduced)Notes:I am using a Compaq 610 laptopThe brightness keys are working on Ubuntu 10.04 (live session)How can I fix this?, and at least is there any other way to adjust screen brightness?
View 9 Replies
View Related
May 17, 2010
I'm using Ubuntu 9.10. All of a sudden several of my function keys stopped working and several keyboard shortcuts that I had setup involving function keys stopped working as well.
For example, when I go to preferences->keyboard shortcuts and try to set "Toggle fullscreen mode" to Alt+F11, the text "XF86AudioRaiseVolume" appears where it should just say "Alt+F11". Pressing Alt+F11 does nothing.
All of my function keys somehow got mapped to XF86AudioBlahBlah and no longer work. How do I undo this? I recently installed ffmpeg and gtk-recordmydesktop but I don't think I installed anything else.
View 1 Replies
View Related
Sep 9, 2010
My calling application will accept only strings and interger. we are replacing RSA bsafe library to openssl. using RSA bsafe, we have generated the private and public key in BER format. Then convert the keys, BER format into ASCII format to send the calling function. (these everything done by using RSA supplied bsafe library) same way i have to right using openssl..i m now able convert the RSA public and private key into DER format
rsa = RSA_generate_key(1024, 3, NULL, NULL);
{
size_t size;
[code]....
View 1 Replies
View Related
Jun 14, 2009
Sound is my #1 issue on F11.
Most of the time I can't change the system wide volume setting by pressing the function keys on my laptop (the volume indicator doesn't even show up). When that happens (and I havent't been able to find out why and under what conditions that happens) the volume applet on my panel also becomes useless. Useless meaning that I can slide the slider up and down with no effect on the audible volume. I can still change the volume within the individul applications (rhythmbox, totem, ...) with success.
Adjusting the volume via gst-mixer or pavucontrol does also works as expected. It's really just the volume keys and the panel applet that refuse to cooperate.
About this system (pretty standard intel_hda, no problems with F10)code...
View 4 Replies
View Related
Jan 24, 2011
I don't care if this is done in the bios or a kernel module or software. Is there any way at all to do make the 'fn' key act as 'control' and the 'control' key act as 'fn' in linux running on a macbook pro?
PS. You can do this with software in OSX with the application KeyRemap4MacBook.
View 1 Replies
View Related
Jul 29, 2015
Today I did the following:
Code: Select allapt-get upgradeapt-get dist-upgrade
After a reboot the multimedia keys are not working anymore.
Also Code: Select allxev doesn't give any output when pressing the multimedia keys.
I've also checked the packages that were upgraded, but none seems (to me) to be changing anything in regard to key events.
Code: Select allStart-Date: 2015-07-29 09:17:10
Commandline: apt-get upgrade -V
Upgrade: libasan1:amd64 (4.9.3-2, 4.9.3-3), gdisk:amd64 (1.0.0-2, 1.0.0-3), cpp-4.9:amd64 (4.9.3-2, 4.9.3-3), libstdc++-4.9-dev:amd64 (4.9.3-2, 4.9.3-3), libpanel-applet0:amd64 (3.16.1-3, 3.16.1-4), python-debianbts:amd64 (1.12, 1.13),
[Code] ....
I'm on the Debian testing branch. Initially I used xfce, but am now using i3.
Why there are no events after the upgrade? Maybe I should downgrade some of the above packages?
View 2 Replies
View Related
Oct 26, 2009
I put together a step-by-step guide of how I installed openSUSE 11.1 on my ASUS Eee PC Seashell 1005HA Netbook. I planned on going back and re-installing using my own guide to check for mistakes, etc. but I never seem to get around to it, so I'll just post what I have and let you guys comment if you run into issues. Side notes: This guide assumes you want to wipe out Windows XP and run only openSUSE. Sorry, I'm a Gates hater.
I still haven't figured out how to configure the function keys support for volume controls and wireless. I'm hoping the "eeepc kernel module" mentioned by malcolmlewis here: Suse on my Asus 1005HA - openSUSE Forums will do the trick.
View 9 Replies
View Related
Nov 9, 2015
After installing Debian 8.2 I tested my multimedia keys and they all are correctly detected by xev and works as expected. Then I start to configure my keyboard. I need to use three keyboard layouts EN, UA and RU. By default I can switch between them using selected keyboard shortcut with following pattern: en→ua→ru→en→ua... But I want to switch layouts independently, using different keys for each layout, for example: qWCapsLock — enable EN layoutShift+CapsLock — enable UA layoutCtrl+CapsLock — enable RU layoutAfter googling and reading different forums I come to following solution (here is documents and discussion in russian). Create files
/usr/share/X11/xkb/compat/mycompat
Code: Select all
default partial xkb_compatibility "default" {
interpret Mae_Koho {
action= LockGroup(group=3);
};
interpret Zen_Koho {
[code]...
This works perfectly, but all multimedia keys now not recognized by xev and as result they does not work. I know that I can use xmodmap to map keys, but maybe same result can be achieved by fixing some of the newly created files or setxkbmap+xkbcomp command listed above.
View 0 Replies
View Related
Mar 30, 2015
I recently install a Debian 8.0 Jessie on a Laptop Dell latitude E6540 with gnome 3.14+3. But the problem is that it doesn't recongnize my multimedia buttons, I tried some methods but I didn't get results.
Code:
Code: Select all$showkey --scancodes
volume up -- 0xe0 0x30 0xe0 0xb0
volume down -- 0xe0 0x2e 0xe0 0xae
volume mute -- 0xe0 0x20 0xe0 0xa0
$showkey --keycodes
volume up -- 115
volume down -- 114
volume mute -- 113
[Code] ....
When I reassinged the keys on Settings>Keyboard>Shortcuts to F7, F8 and F9 it works, but when use the keys volume up, down and mute It doesn't show anything.
The same happens with Fn + Brightness keys, in this case it worked the first time but then stop to work I don't know why..
View 5 Replies
View Related
Jan 28, 2011
I upgraded from Lenny to Squeeze.
I use Fluxbox as the window manager in X Window. I installed hibernate packages and gnome power management. I set the idle time at 30 minutes using the gnome power management program. It doesn't suspend at all. The monitor only shuts off during idle.
So, I logged in as root, started X. Without .xinitrc gnome desktop manager launched. As I clicked shutdown, it showed a dialog box asking hibernate / suspend / restart / etc. And then, I chose the [hibernate], the system shut down and came back to previous status when system restarted.
Which gnome program does control hibernate / suspend?
Is there anyway that I can control hibernate / suspend in command? I just need to make a little script and assign it to a launch key so that I can suspend the system when it's on idle.
View 8 Replies
View Related
Jul 23, 2014
Yesterday something has happened with power supply, so 2 of 3 PCs has shut down. And now my debian pc doesn't respond to multimedia (volume to be precise) keys, leds also doesn't work. Other keys are fine. Tried xev, but it doesn't respond to multimedia keys either. I have dual boot with Win7 on this machine, and it works fine with multimedia keys.
I believe this is a clue:
Code: Select all[ 22.324109] generic-usb: probe of 0003:04D9:1702.0004 failed with error -110
uname -a:
Code: Select allLinux sharlin 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux
dmesg:
Code: Select all[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.60-1+deb7u1
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=57fa72ea-ce79-4da0-a74d-2ffee8573437 ro quiet
[ 0.000000] BIOS-provided physical RAM map:
[Code] ....
View 1 Replies
View Related
Oct 15, 2010
I have a late 2009 MacBook, white, unibody, and I wish for the F1-F12 function keys to have their primary role as F1-F12 keys, but allow me to use them as media/volume/brightness keys as a secondary role, when the "fn" key is held down at the same time as corresponding key.
View 9 Replies
View Related
May 7, 2011
Neither Ubuntu's Unity or KDE respond to the function keys on a regular Apple USB keyboard. I can plug in a non-Apple keyboard and they work just fine. What needs to be changed or configure so that F1 and company on the Apple keyboard work as on other keyboards?
View 1 Replies
View Related
Sep 11, 2011
I'm using Openbox, and I'm working on some scripts to automatically change several things at once (wallpaper, theme, idesk icons, wbar, etc), and I've started with a simple script for changing the wallpaper. I have three different scripts, each one connected to a different wallpaper. The scripts are in my /usr/bin file, so I just have to type the script name and it goes. Trouble is, I've tried assigning it to a keybinding in Openbox's rc.xml, and I can't seem to get them to work.
Here's one of them:
<keybind key="C-F10">
<action name="Execute">
<command>steampunk</command>
</action>
</keybind>
It's supposed to make it so I type ctrl+F10 to switch to a steampunk wallpaper I have. I can do the script from the command prompt, but I can't get the keybinding to work. Anybody know why? Will Openbox not allow for scripts to be in the rc.xml file?
View 3 Replies
View Related
Sep 11, 2015
I've some how managed to map to a shared drive on my Synology NAS, but can only access it through the terminal when logged in as root. The share is mounted in the "mnt" directory, which I can't access when using the file manager application (as a user).
Update:
so I carried out the actions below and I can no see the share in my home directory, but can't access it. Is this because I done it with root?
root@D8:/home/user# mkdir share_nas
root@D8:/home/user# ls
Desktop Downloads Picturesshare_nas Videos
Documents Music PublicTemplates
root@D8:/home/user# mount 192.168.0.2:/volume1/NAS_share /home/user/share_nas
View 1 Replies
View Related
Jul 17, 2011
I am trying to map a URL to a file system location.According to official documentation at [URL] under 'Files Outside the DocumentRoot', it says:On Unix systems, symbolic links can bring other parts of the filesystem under the DocumentRoot. For security reasons, Apache will follow symbolic links only if the Options setting for the relevant directory includes FollowSymLinks or SymLinksIfOwnerMatch.
View 1 Replies
View Related
Jan 8, 2011
Recently I installed MPlayer with its default gui and its interfaces SMPlayer and GnomeMPlayer. When I'm using GnomeMPlayer it responds to multimedia keys as configured in Gnome shortcuts, even if it's minimized or running in another virtual desktop. But it doesn't happen to the other two gui's mentioned above. I have also noticed that native Gnome applications or with Gnome support like Banshee and Rhythmbox rspond to multimedia keys even when the gui is closed and they are running only in the system tray. But it never occurs in non-Gnome applications like VLC, MPlayer and others. Jetaudio wich responds to these keys in MS Windows running under Wine doesn't even recognize them.
So I came to the conclusion that only native Gnome applications or with Gnome support recognize multimedia keys because, as it seems, they receive the signal from Gnome configurations. Others applications doesn't do so. Here is my question: Is there some way to make all applications recognize the configuration of Gnome multimedia keys shortcuts? (Of course it would not be fine if they recognized ALL Gnome shortcuts because they could conflict with shortcuts from another applications. The idela would be that they recognize ONLY Gnome multimedia shortcuts.)
View 4 Replies
View Related
Jan 28, 2010
I have a Dell 1525 and I just installed Ubuntu on it. The Multimedia keys (previous, stop, play/pause, next) and volume control keys (mute, increase, decrease) buttons aren't working at all. Is there anyway I can get them to work?
View 3 Replies
View Related