Re: xmodmap

2022-08-24 Thread Tom Horsley
Don't know about wayland, but on X11, I have a script in /etc/X11/xinit/xinitrc.d/99-mystuff.sh which runs when X starts and uses the xinput tool to set mouse buttons, not sure if the xinput tool is the right one for keyboard mapping these days. ___ use

Re: xmodmap

2022-08-24 Thread Wolfgang Pfeiffer
On Wed, Aug 24, 2022 at 10:12:37AM +0200, Patrick Dupre wrote: Hello, I need to modify the behavior of some keys of my keyboard. Should I use Xmodmap? Typically keycode 112 = Prior KP_Home Prior KP_Home Prior Prior How can I do it 1) manually, 2) automatically? From 2008 or so. But might

xmodmap

2022-08-24 Thread Patrick Dupre
Hello, I need to modify the behavior of some keys of my keyboard. Should I use Xmodmap? Typically keycode 112 = Prior KP_Home Prior KP_Home Prior Prior How can I do it 1) manually, 2) automatically? Thank === Patrick

Re: xmodmap

2017-09-17 Thread Samuel Sieb
On 09/17/2017 04:08 AM, Patrick Dupre wrote: xmodmap and gnome-terminal issues are fixed runing gnome classic (It switched to cinnamon during the update). Or you can pick the "Gnome or Xorg" session option at the login screen. It's the gear icon after you click on

Re: xmodmap

2017-09-17 Thread Patrick Dupre
OK, xmodmap and gnome-terminal issues are fixed runing gnome classic (It switched to cinnamon during the update). Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico

Re: xmodmap

2017-09-17 Thread Patrick Dupre
> Sent: Sunday, September 17, 2017 at 12:39 PM > From: "Ed Greshko" > To: users@lists.fedoraproject.org > Subject: Re: xmodmap > > On 09/17/17 18:30, Patrick Dupre wrote: > > Hello, > > > > On ly laptop, in fc24, I sued to do: > > xmodmap -e &q

Re: xmodmap

2017-09-17 Thread Ed Greshko
On 09/17/17 18:30, Patrick Dupre wrote: > Hello, > > On ly laptop, in fc24, I sued to do: > xmodmap -e "keycode 112 = Prior KP_Home Prior KP_Home Prior Prior" > > to change the behavior of a key, but it does not work in fc26 > (I have the same issue with > xmo

xmodmap

2017-09-17 Thread Patrick Dupre
Hello, On ly laptop, in fc24, I sued to do: xmodmap -e "keycode 112 = Prior KP_Home Prior KP_Home Prior Prior" to change the behavior of a key, but it does not work in fc26 (I have the same issue with xmodmap -e "keycode 112 = Prior (Home Prior Home Prior Prior") xev

Re: Fedora 18 Xmodmap not detected on Login

2013-02-20 Thread Tom Horsley
On Wed, 20 Feb 2013 10:25:44 -0500 Matthew Miller wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=873656 I wonder if you get dbus messages when coming out of suspend? If so, this ridiculous program I wrote might help: http://home.comcast.net/~tomhorsley/software/xdbusd/xdbusd.html -- users

Re: Fedora 18 Xmodmap not detected on Login

2013-02-20 Thread Matthew Miller
On Wed, Feb 20, 2013 at 08:52:32AM -0500, Noah Cutler wrote: > Ran across a couple of threads on this issue: > http://forums.fedoraforum.org/showthread.php?t=287800 > http://forums.fedoraforum.org/showthread.php?t=287827 https://bugzilla.redhat.com/show_bug.cgi?id=873656 -- Matthew Miller ☁☁☁

Re: Fedora 18 Xmodmap not detected on Login

2013-02-20 Thread jonc
trackball mouse and need to make button assignments to get draglock, scrolling, etc. working. Works fine when applying manually via terminal, but the (apparently) old technique of adding a code block to .xinitrc referencing one's ~/.Xmodmap is not picked up on login: if [ -f $HOME/.Xm

Re: Fedora 18 Xmodmap not detected on Login

2013-02-20 Thread Tom Horsley
On Wed, 20 Feb 2013 08:52:32 -0500 Noah Cutler wrote: > Anyone know the "new" way to pull this and/or have a workaround? Scripts stashed in /etc/X11/xinit/xinitrc.d/ are run by most (maybe all) of the login managers as login happens (for all users mind you). -- users mailing list users@lists.fed

Fedora 18 Xmodmap not detected on Login

2013-02-20 Thread Noah Cutler
assignments to get draglock, scrolling, etc. working. Works fine when applying manually via terminal, but the (apparently) old technique of adding a code block to .xinitrc referencing one's ~/.Xmodmap is not picked up on login: if [ -f $HOME/.Xmodmap ]; then /usr/bin/xmodmap $HOME/.Xmodmap fi A