Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1748  / 2 Years ago, thu, june 23, 2022, 12:52:23

I have an Acer Aspire 5930


There are two buttons, which I can't use now: $ and


enter image description here

When I press those buttons nothing happens.

How can I use it?


On Windows I can use the program Launch Manager for it (from acer.com)


I tried going to: System->Preferences->Keyboard->Layots->Keyboard model ->Acer->Acer Laptop


But that didn't help me.


More From » 11.04

 Answers
5

This works with my Acer Aspire 8930g laptop:



Firstly, put in /etc/init.d/local, or whatever startup script your
distro uses to run startup commands as root: Code:



    # dmesg | grep atkbd
setkeycodes e033 219 # euro sign
setkeycodes e034 239 # dollar sign


Secondly, execute these commands in your window manager startup
(exactly how to do this, differs with every window manager, just to
confuse us): Code:



    xmodmap -e "keycode 244 = dollar"
xmodmap -e "keycode 195 = EuroSign"


In my experimentations, xmodmap can be run "too soon", which prevents
it from taking effect! Try adding "sleep 5" before the xmodmap
commands, if they don't seem to take effect.



Not sure if this makes a difference, but in xorg.conf I have: Code:



    Option "XkbModel" "acer_laptop"



Source: http://forums.fedoraforum.org/showthread.php?t=203271


[#43850] Friday, June 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atetamme

Total Points: 11
Total Questions: 121
Total Answers: 109

Location: Puerto Rico
Member since Sun, Jun 27, 2021
3 Years ago
;