Re: xmodmap settings lost when (usb) keyboard reattached.

2021-12-17 Thread David Wright
On Wed 15 Dec 2021 at 16:53:54 (+), Tim Woodall wrote: > I run the following command to switch my caps-lock to escape: > xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' > > However, if I disconnect and reconnect my keyboard (I have a KVM switch > b

Re: xmodmap settings lost when (usb) keyboard reattached.

2021-12-17 Thread Anssi Saari
isn't related to pm-utils or suspend or hibernate. I have the same annoyance as the OP, USB keyboard connected to a USB switch so that I can switch between my work and personal computers in my home office easily. I have an alias fk for fix keyboard which just runs xmodmap with some input, b

Re: xmodmap settings lost when (usb) keyboard reattached.

2021-12-15 Thread John Crawley
On 16/12/2021 01:53, Tim Woodall wrote: I run the following command to switch my caps-lock to escape: xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' However, if I disconnect and reconnect my keyboard (I have a KVM switch box so this happens quite a lot) the setting is l

Re: xmodmap settings lost when (usb) keyboard reattached.

2021-12-15 Thread Vincent Lefevre
On 2021-12-15 16:53:54 +, Tim Woodall wrote: > I run the following command to switch my caps-lock to escape: > xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' > > However, if I disconnect and reconnect my keyboard (I have a KVM switch > box so this happe

xmodmap settings lost when (usb) keyboard reattached.

2021-12-15 Thread Tim Woodall
I run the following command to switch my caps-lock to escape: xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape' However, if I disconnect and reconnect my keyboard (I have a KVM switch box so this happens quite a lot) the setting is lost. Before I start writing udev rules

xmodmap, a combination which does not use Mode_switch

2020-11-28 Thread Eugen Dedu
Hi, I do not succeed in mapping the Home "key" to a given combination. I have already mapped in my .xmodmap file: ! set AltGr as Mode_switch keycode 108 = Mode_switch and it works well to type accentuated characters for example. I have recently changed my laptop. On it (Dell), the H

Re: combine key to output char with xmodmap

2015-06-12 Thread Emanuel Berg
handle, contrary to CAPS (?) when later telling zsh what to do with the char. setxkbmap -option caps:none # disable caps lock xmodmap -e 'keycode 66=a'# rebind CAPS (66) M-a seems to (in zsh) execute a command while not removing it (the command, i.e. its text) from the i

Re: combine key to output char with xmodmap

2015-06-12 Thread Sven Arvidsson
On Fri, 2015-06-12 at 05:09 +0200, Emanuel Berg wrote: > Petter Adsen writes: > > > A guess: > > > > String "0xe2" > > Sorry, that outputs the literal string as well. > > Ha, what a silly problem... Maybe this combination of xdotools and xbindkeys might work? http://superuser.com/questions

Re: combine key to output char with xmodmap

2015-06-11 Thread Emanuel Berg
Petter Adsen writes: > A guess: > > String "0xe2" Sorry, that outputs the literal string as well. Ha, what a silly problem... -- underground experts united http://user.it.uu.se/~embe8573 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: combine key to output char with xmodmap

2015-06-11 Thread Petter Adsen
On Thu, 11 Jun 2015 00:09:00 +0200 Emanuel Berg wrote: > Sven Arvidsson writes: > > >> How can I change this line > >> > >> xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) -> â > >> (0xe2) > >> > >> so that

Re: combine key to output char with xmodmap

2015-06-10 Thread Emanuel Berg
Sven Arvidsson writes: >> How can I change this line >> >> xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) -> â (0xe2) >> >> so that doesn't happen on CAPS alone (66), but >> instead (and only) on M-CAPS (here, M == Alt_L)? >&

Re: combine key to output char with xmodmap

2015-06-10 Thread Sven Arvidsson
On Wed, 2015-06-10 at 03:26 +0200, Emanuel Berg wrote: > How can I change this line > > xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) -> â (0xe2) > > so that doesn't happen on CAPS alone (66), but instead > (and only) on M-CAPS (here, M == Alt_L

combine key to output char with xmodmap

2015-06-09 Thread Emanuel Berg
How can I change this line xmodmap -e 'keycode 66=0xe2' # rebind key: CAPS (66) -> â (0xe2) so that doesn't happen on CAPS alone (66), but instead (and only) on M-CAPS (here, M == Alt_L)? xev tells me M/Alt_L has has keycode 64. -- underground experts united http://user.

Re: xmodmap question

2015-03-30 Thread Petter Adsen
On Mon, 30 Mar 2015 20:56:39 -0700 (PDT) Rusi Mody wrote: > On Sunday, March 29, 2015 at 5:30:05 PM UTC+5:30, Petter Adsen wrote: > > I've been playing with xmodmap to change the comma on the numpad > > (Norwegian layout) to a period, as I mainly use the numpad for >

Re: xmodmap question

2015-03-30 Thread Rusi Mody
On Sunday, March 29, 2015 at 5:30:05 PM UTC+5:30, Petter Adsen wrote: > I've been playing with xmodmap to change the comma on the numpad > (Norwegian layout) to a period, as I mainly use the numpad for entering > IP addresses. According to the man page, section "Expression Gr

xmodmap question

2015-03-29 Thread Petter Adsen
I've been playing with xmodmap to change the comma on the numpad (Norwegian layout) to a period, as I mainly use the numpad for entering IP addresses. According to the man page, section "Expression Grammar", the first keysym is for the key with no modifier, and a second is for the

Re: Changes in xmodmap or something?

2013-09-27 Thread Harry Putnam
Bob Proulx writes: [...] > Sorry but I have no more ideas. I can only say that the behavior you > are seeing isn't normal. I don't see it. I believe other people are > not seeing it. Whatever the problem is it is something specific to > your system. The challenge is to find it. > > Bob Thi

Re: Changes in xmodmap or something?

2013-09-23 Thread Harry Putnam
Bob Proulx writes: [...] > Sorry but I have no more ideas. I can only say that the behavior you > are seeing isn't normal. I don't see it. I believe other people are > not seeing it. Whatever the problem is it is something specific to > your system. The challenge is to find it. You've done

Re: Changes in xmodmap or something?

2013-09-21 Thread Bob Proulx
override other locations do you? Usually I play with 'setxkbmap' and after I have what I want I re-run dpkg-reconfigure keyboard-configuration and have it set up the config and then make it active immediately. > Should the settings in /etc/default/keyboard effect the ouput of > `xm

Re: Changes in xmodmap or something?

2013-09-21 Thread Bob Proulx
). > > > > Race condition. I just sent a similar answer to you in the other > > mailing list. :-) > > Yeah, I just finished you post there and responded... I guess this > list is really the better place since it is not really an Emacs issue > but more OS stuff, > &g

Re: Changes in xmodmap or something?

2013-09-21 Thread Harry Putnam
Bob Proulx writes: [...] > I think you have configured AltGr or other modifier without realizing > it. > >> I'd like to get things back to what I'm used to but when I start >> reading xmodmap manpage... I have to hide all my guns so I don't just >> go

Re: Changes in xmodmap or something?

2013-09-20 Thread Harry Putnam
answer to you in the other > mailing list. :-) Yeah, I just finished you post there and responded... I guess this list is really the better place since it is not really an Emacs issue but more OS stuff, I'll put the ouput of xmodmap here too: , | xmodmap: up to 4 keys per mo

Re: Changes in xmodmap or something?

2013-09-20 Thread Bob Proulx
at I'm used to but when I start > reading xmodmap manpage... I have to hide all my guns so I don't just > go ahead and shot myself. ;) > > I'm used to being able to press the keyboard alt key and then whatever > else I've set in .inputrc to call certain comm

Changes in xmodmap or something?

2013-09-20 Thread Harry Putnam
.. haven't been paying close attention. I'd like to get things back to what I'm used to but when I start reading xmodmap manpage... I have to hide all my guns so I don't just go ahead and shot myself. ;) I'm used to being able to press the keyboard alt key and then whateve

Re: xmodmap settings are forgotten/lost during session

2011-09-07 Thread yaya
Wolfgang Karall karall-edv.at> writes: > > Hello, > > trying to investigate this further, I set up a Cron job running every > minute executing the following commands: > > DISPLAY=:0.0 xmodmap > /dev/null 2>&1 && \ > DISPLAY=:0.0 xmodmap -pke | gr

Re: xmodmap settings are forgotten/lost during session

2011-05-03 Thread Wolfgang Karall
Hello, trying to investigate this further, I set up a Cron job running every minute executing the following commands: DISPLAY=:0.0 xmodmap > /dev/null 2>&1 && \ DISPLAY=:0.0 xmodmap -pke | grep -q F19 || echo xmodmap gone && \ DISPLAY=:0.0 xmodmap ~/.Xmodmap I.e. I ch

Re: xmodmap per application

2011-04-29 Thread Richard Hector
On Thu, 2011-04-28 at 16:45 +0300, Panayiotis Karabassis wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, is it possible to use xmodmap or a similar utility, on a per > application basis? > > Currently I have redefined my keybindings using xmodmap to get

Re: xmodmap per application

2011-04-29 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/29/2011 12:37 AM, Siard wrote: > Camaleón wrote: >> Can xmodmap detect the application is being run and act accordingly? > > I could only think of writing a script like this: > > #! /bin/sh > xmodmap -e 'keycode 60

Re: xmodmap per application

2011-04-29 Thread Andrei Popescu
On Jo, 28 apr 11, 23:37:00, Siard wrote: > Camaleón wrote: > > Can xmodmap detect the application is being run and act accordingly? > > I could only think of writing a script like this: > > #! /bin/sh > xmodmap -e 'keycode 60 = F' & /usr/bin/; xmodmap -e &

Re: xmodmap per application

2011-04-28 Thread Siard
Camaleón wrote: > Can xmodmap detect the application is being run and act accordingly? I could only think of writing a script like this: #! /bin/sh xmodmap -e 'keycode 60 = F' & /usr/bin/; xmodmap -e 'keycode 60 = period' While the application is running, the &

Re: xmodmap per application

2011-04-28 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/28/2011 09:24 PM, Camaleón wrote: > Can xmodmap detect the application is being run and act accordingly? I > don't see how it could "filter" or "differentiate" the key remapping in > real time based on the a

Re: xmodmap per application

2011-04-28 Thread Camaleón
On Thu, 28 Apr 2011 16:45:31 +0300, Panayiotis Karabassis wrote: > Hi, is it possible to use xmodmap or a similar utility, on a per > application basis? > > Currently I have redefined my keybindings using xmodmap to get my > Logitech remote control working with MPlayer, but this

xmodmap per application

2011-04-28 Thread Panayiotis Karabassis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is it possible to use xmodmap or a similar utility, on a per application basis? Currently I have redefined my keybindings using xmodmap to get my Logitech remote control working with MPlayer, but this breaks a lot of other applications

Re: xmodmap settings are forgotten/lost during session

2011-04-27 Thread Wolfgang Karall
Hello, On 04/28/2011 02:06 AM, Steve Kleene wrote: > On Wed, 27 Apr 2011 21:20:46 +0200, Wolfgang Karall wrote: > >> after upgrading ... I lost my F19/F20 mapping done via xmodmap > > About a week ago my ~/.Xmodmap, which turns off Caps Lock, started being > ignored. It

Re: xmodmap settings are forgotten/lost during session

2011-04-27 Thread Steve Kleene
On Wed, 27 Apr 2011 21:20:46 +0200, Wolfgang Karall wrote: > after upgrading ... I lost my F19/F20 mapping done via xmodmap About a week ago my ~/.Xmodmap, which turns off Caps Lock, started being ignored. It is not even accessed (as judged by ls -lu) when I start X. According to the rep

xmodmap settings are forgotten/lost during session

2011-04-27 Thread Wolfgang Karall
Hello, after upgrading my Debian sid machine to the latest packages (see list below according to dpkg.log) I lost my F19/F20 mapping done via xmodmap for the Forward/Back keys of my notebook. After investigation the issue I ran xmodmap ~/.Xmodmap on my settings manually and it worked, but

Remapping mouse button 8 of 9 - "parameter out of range", says xmodmap on Squeeze

2010-05-21 Thread Michael Kjorling
there's a lot more messages there, but I believe these are the most interesting.) So, the natural next step is to try to use xmodmap to remap physical button 8 to logical button 2. However, xmodmap doesn't quite like that, or maybe I'm getting the syntax wrong (saying 1 8 3 ... 7

Re: Automating xmodmap keymaps

2010-04-13 Thread Jon Dowland
tle bit code: > > if [ `cat /tmp/$USER-keymaps.load` -ne 1 ]; then >xmodmap keymaps >echo 1 > /tmp/$USER-keymaps.load > fi This is a very bad idea if it is a multi-user machine: the test is vulnerable to a race and the predictable filename could be used by a third party to make y

Re: Automating xmodmap keymaps

2010-04-11 Thread Andrea Ganduglia
On Sat, Apr 10, 2010 at 6:01 PM, Disc Magnet wrote: > Everytime I log into GNOME, I run this command in my home directory. > > xmodmap keymaps > > How can I automate this? You can try with .xinitrc and/or .xsession, it should work. Alternatively, you can try with .bachrc file,

Re: Automating xmodmap keymaps

2010-04-11 Thread Camaleón
On Sat, 10 Apr 2010 21:31:08 +0530, Disc Magnet wrote: > Everytime I log into GNOME, I run this command in my home directory. > > xmodmap keymaps > > How can I automate this? Mmmm, not sure if this will work. You can try by creating a ".desktop" file under "

Automating xmodmap keymaps

2010-04-10 Thread Disc Magnet
Everytime I log into GNOME, I run this command in my home directory. xmodmap keymaps How can I automate this? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.

Re: Re: losing xmodmap settings during X startup

2010-04-04 Thread Joey Morris
but in the background, where this doesn't work > :) > > This seems to be a general Linux related problem as I am having the > same thing on Archlinux > > See here for some details: > http://madduck.net/docs/extending-xkb/ > > Cheers, > Pall Thanks for that Pa

Re: Re: losing xmodmap settings during X startup

2010-03-24 Thread Pall Gone
Hi Joey I'm experiencing exactly the same problem. > Now here is where it gets strange. Testing a workaround... Ha, pressing a key and it works. Funny... I've tried to delay it before, but in the background, where this doesn't work :) This seems to be a general Linux related problem as I am havi

Re: losing xmodmap settings during X startup

2010-02-05 Thread Joey Morris
Klistvud wrote on Fri, Feb 05, 2010 at 12:49:47PM +0100: > On one of my Lenny installs, I had a somewhat similar (albeit by no > means identical) problem that turned out to be due to some missing > lines in my xorg.conf. The lines I had to add to xorg.conf in order > to make things work as expect

Re: losing xmodmap settings during X startup

2010-02-05 Thread Klistvud
Dne, 05. 02. 2010 05:26:59 je Joey Morris napisal(a): On one of my Lenny installs, I had a somewhat similar (albeit by no means identical) problem that turned out to be due to some missing lines in my xorg.conf. The lines I had to add to xorg.conf in order to make things work as expected we

Re: losing xmodmap settings during X startup

2010-02-04 Thread Joey Morris
Anthony Campbell wrote on Tue, Feb 02, 2010 at 06:42:32PM +: > On 02 Feb 2010, Joey Morris wrote: > > > > > > Did you try running the xmodmap -e e stuff at the command line in an > > > xterm? That might give you a clearer idea of what is wrong. > > >

Re: losing xmodmap settings during X startup

2010-02-02 Thread Anthony Campbell
On 02 Feb 2010, Joey Morris wrote: > > > > Did you try running the xmodmap -e e stuff at the command line in an > > xterm? That might give you a clearer idea of what is wrong. > > Yes, I've done that. In fact, since this problem started, the first > thing I do

Re: losing xmodmap settings during X startup

2010-02-02 Thread Joey Morris
x, and lately I've noticed that some > > > > (but not all) of my .Xmodmap settings are being lost once my X session > > > > is up. I think this behavior started sometime in the past month or two. > > > > > > > [snip] > > > > > > I

Re: losing xmodmap settings during X startup

2010-02-02 Thread Anthony Campbell
On 01 Feb 2010, Joey Morris wrote: > Anthony Campbell wrote on Mon, Feb 01, 2010 at > 09:13:41AM +: > > On 31 Jan 2010, Joey Morris wrote: > > > I start my X session with startx, and lately I've noticed that some > > > (but not all) of my .Xmodmap settin

Re: losing xmodmap settings during X startup

2010-02-01 Thread Joey Morris
Anthony Campbell wrote on Mon, Feb 01, 2010 at 09:13:41AM +: > On 31 Jan 2010, Joey Morris wrote: > > I start my X session with startx, and lately I've noticed that some > > (but not all) of my .Xmodmap settings are being lost once my X session > > is up. I t

Re: losing xmodmap settings during X startup

2010-02-01 Thread Anthony Campbell
On 31 Jan 2010, Joey Morris wrote: > I start my X session with startx, and lately I've noticed that some > (but not all) of my .Xmodmap settings are being lost once my X session > is up. I think this behavior started sometime in the past month or two. > [snip] I also use star

losing xmodmap settings during X startup

2010-01-31 Thread Joey Morris
I start my X session with startx, and lately I've noticed that some (but not all) of my .Xmodmap settings are being lost once my X session is up. I think this behavior started sometime in the past month or two. I'm using xmodmap to make Caps_Lock key a second Control_L. These are the c

Re: Running xmodmap breaks keyboard layouts

2010-01-16 Thread Sjoerd Hiemstra
Op Sat, 16 Jan 2010 03:39 +, George wrote: > I added the following lines into my .xmodmaprc and I call xmodmap at > startup to configure my keys how I want them: > > remove Lock = Caps_Lock > remove Mod4 = Super_L > remove Mod1 = Alt_L > remove Control = Control_L >

Running xmodmap breaks keyboard layouts

2010-01-15 Thread George
I added the following lines into my .xmodmaprc and I call xmodmap at startup to configure my keys how I want them: remove Lock = Caps_Lock remove Mod4 = Super_L remove Mod1 = Alt_L remove Control = Control_L add Lock = Super_L add Lock = Control_L add Control = Caps_Lock add Mod4 = Alt_L However

Re: remapping keys using hal (is it possible to replace xmodmap with hal?)

2009-08-19 Thread Micha Feigin
eem to achieve anything and I can't seem to find where the > mappings for these keys are defined in the first place > > is it possible to remap already defined keys on a per device setting using > hal? > > Thanks > > I've got partial progress, the following wor

Re: Xmodmap & sound keys.

2009-07-20 Thread Anthony Campbell
On 16 Jul 2009, Edward Jabbour wrote: >As on many laps, this machine has keys for mute, up and down. I have >the proper keycodes in ~/.Xmodmap, but I can't get them to work at all. > I >ran the verbose option and got: >[Thu Jul 16] edj:~$ xmodm

Xmodmap & sound keys.

2009-07-16 Thread Edward Jabbour
As on many laps, this machine has keys for mute, up and down. I have the proper keycodes in ~/.Xmodmap, but I can't get them to work at all. I ran the verbose option and got: [Thu Jul 16] edj:~$ xmodmap -verbose .Xmodmap ! .Xmodmap: ! 1: keycode 174 = XF86AudioLowerVolume keycode

Re: xmodmap

2009-04-28 Thread Andrei Popescu
On Tue,28.Apr.09, 18:04:46, marc wrote: > > Nah, might get overwritten with an update down the line. The relevant package is xkb-data and it's not updated too often, there were 5 uploads for 2008 (according to Debian.changelog). I keep my changes as a patch in root's home and just 'patch < my.d

Re: xmodmap

2009-04-28 Thread marc
Florian Kulzer said: > On Tue, Apr 28, 2009 at 11:42:13 +, marc wrote: >> Florian Kulzer said: > > [...] > >> > Once you are done editing the file you can compile the new keymap and >> > update the layout of the X server (both steps with one command): >> > >> > $ xkbcomp layout.xkb $DISPLAY

Re: xmodmap

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 06:01:14 -0500, Hugo Vanwoerkom wrote: > Florian Kulzer wrote: [...] >> I do not know how to override these restricted type definitions with >> xmodmap, but it is not difficult to tweak the layout with xkbcomp: >> >> $ xkbcomp $DISPLAY layout.x

Re: xmodmap

2009-04-28 Thread Florian Kulzer
On Tue, Apr 28, 2009 at 11:42:13 +, marc wrote: > Florian Kulzer said: [...] > > Once you are done editing the file you can compile the new keymap and > > update the layout of the X server (both steps with one command): > > > > $ xkbcomp layout.xkb $DISPLAY > > > > The changes should be eff

Re: xmodmap

2009-04-28 Thread marc
ute Oacute >> keycode 30 = u U u U uacute Uacute >> keycode 57 = n N n N ntilde Ntilde >> >> via >> >> $ xmodmap .xmodmaprc >> >> This runs fine, but the mappings for e and n don't 'take'. Initially, >> it's as if e

Re: xmodmap

2009-04-28 Thread Hugo Vanwoerkom
= n N n N ntilde Ntilde via $ xmodmap .xmodmaprc This runs fine, but the mappings for e and n don't 'take'. Initially, it's as if eacute, Eacute, ntilde and Ntilde aren't defined. [...] Any idea why there's a problem with the e and n keys? You probably use a

Re: xmodmap

2009-04-27 Thread Florian Kulzer
> keycode 57 = n N n N ntilde Ntilde > > via > > $ xmodmap .xmodmaprc > > This runs fine, but the mappings for e and n don't 'take'. Initially, > it's as if eacute, Eacute, ntilde and Ntilde aren't defined. [...] > Any idea why there&#

Re: xmodmap

2009-04-27 Thread marc
Klistvud said: > It might be that those keystrokes (AltGR) are "dead" in your currently > configured keyboard. I'm > fairly new to Linux so I'm not able to help you here; all I know is > keyboards get configured via HAL now and the HAL database is not as > complete as we would all wish it to be. I

Re: xmodmap

2009-04-27 Thread Klistvud
It might be that those keystrokes (AltGR) are "dead" in your currently configured keyboard. I'm fairly new to Linux so I'm not able to help you here; all I know is keyboards get configured via HAL now and the HAL database is not as complete as we would all wish it to be. I suspect some keyboard

Re: xmodmap

2009-04-27 Thread marc
ute >> keycode 32 = o O o O oacute Oacute >> keycode 30 = u U u U uacute Uacute >> keycode 57 = n N n N ntilde Ntilde >> >> via >> >> $ xmodmap .xmodmaprc >> >> This runs fine, but the mappings for e and n don't 'take'. In

Re: xmodmap

2009-04-27 Thread Klistvud
keycode 30 = u U u U uacute Uacute > keycode 57 = n N n N ntilde Ntilde > > via > > $ xmodmap .xmodmaprc > > This runs fine, but the mappings for e and n don't 'take'. Initially, > it's as if eacute, Eacute, ntilde and Ntilde aren't defined.

xmodmap

2009-04-27 Thread marc
I'm trying to use the following local .xmodmaprc keycode 38 = a A a A aacute Aacute keycode 26 = e E e E eacute Eacute keycode 31 = i I i I iacute Iacute keycode 32 = o O o O oacute Oacute keycode 30 = u U u U uacute Uacute keycode 57 = n N n N ntilde Ntilde via $ xm

Re: .Xmodmap and gdm

2009-03-23 Thread Andrei Popescu
On Sun,08.Mar.09, 20:31:32, Csanyi Pal wrote: > >> How can I use .Xmodmap with gdm to change my XKeyboard? > > > > Doesn't this get overriden by the gnome keyboard applet running an > > explicit setxkbmap? > > So, it's impossyble to one use it&#

Re: .Xmodmap has no effect

2009-03-08 Thread edju
On Sunday 08 March 2009 20:37:09 Daniel Dickinson wrote: > On Sun, 08 Mar 2009 17:49:55 -0400 > > Frank wrote: > > On Sun, 2009-03-08 at 17:30 -0400, Ed Jabbour wrote: > > > Below is my ~/.Xmodmap. It's an attempt to make the key > > > assignments permanent

Re: .Xmodmap has no effect

2009-03-08 Thread Daniel Dickinson
On Sun, 08 Mar 2009 17:49:55 -0400 Frank wrote: > On Sun, 2009-03-08 at 17:30 -0400, Ed Jabbour wrote: > > Below is my ~/.Xmodmap. It's an attempt to make the key > > assignments permanent rather than running xmodmap each login. > > It's not working. Syn

Re: .Xmodmap has no effect

2009-03-08 Thread Frank
On Sun, 2009-03-08 at 17:30 -0400, Ed Jabbour wrote: > Below is my ~/.Xmodmap. It's an attempt to make the key assignments > permanent > rather than running xmodmap each login. It's not working. Syntax wrong? > > keycode 162 = XF86AudioPlay > keycode 164 =

.Xmodmap has no effect

2009-03-08 Thread Ed Jabbour
Below is my ~/.Xmodmap. It's an attempt to make the key assignments permanent rather than running xmodmap each login. It's not working. Syntax wrong? keycode 162 = XF86AudioPlay keycode 164 = XF86AudioStop keycode 144 = XF86AudioPrev keycode 153 = XF86AudioNext k

Re: .Xmodmap and gdm

2009-03-08 Thread Csanyi Pal
Tzafrir Cohen writes: > On Sun, Mar 08, 2009 at 09:44:16AM +0100, Csanyi Pal wrote: >> Hi, >> >> I use GNOME and gdm. >> >> I try to use ~/.Xmodmap to load my settings for the XKeyboard. >> >> In the file: >> /etc/gdm/PostLogin/Default >

Re: .Xmodmap and gdm

2009-03-08 Thread Tzafrir Cohen
On Sun, Mar 08, 2009 at 09:44:16AM +0100, Csanyi Pal wrote: > Hi, > > I use GNOME and gdm. > > I try to use ~/.Xmodmap to load my settings for the XKeyboard. > > In the file: > /etc/gdm/PostLogin/Default > > I have this line: > > /usr/bin/xmodmap $HOME/

.Xmodmap and gdm

2009-03-08 Thread Csanyi Pal
Hi, I use GNOME and gdm. I try to use ~/.Xmodmap to load my settings for the XKeyboard. In the file: /etc/gdm/PostLogin/Default I have this line: /usr/bin/xmodmap $HOME/.Xmodmap but this has no effect. How can I use .Xmodmap with gdm to change my XKeyboard? -- Regards, Paul Csanyi http

Re: xmodmap again - not solved after all

2007-09-30 Thread Anthony Campbell
The xmodmap problem has, as promised by the maintainer, gone away with the latest upgrade of xserver-xorg. Anthony -- Anthony Campbell - [EMAIL PROTECTED] Microsoft-free zone - Using Linux Gnu-Debian http://www.acampbell.org.uk (blog, book reviews, on-line books and sceptical articles

Re: xmodmap again - not solved after all

2007-09-29 Thread s. keeling
Mumia W.. <[EMAIL PROTECTED]>: > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > I've twice thought I'd solved this one but no. To recap: my .xinitrc > > contains the line: "xmodmap ~/.Xmodmap". which has worked for many > > months or even years.

Re: xmodmap again - not solved after all

2007-09-29 Thread s. keeling
Anthony Campbell <[EMAIL PROTECTED]>: > On 27 Sep 2007, s. keeling wrote: > > Mumia W.. <[EMAIL PROTECTED]>: > > > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > > > I've twice thought I'd solved this one but no. To recap: my .xinitrc &g

Re: xmodmap again - not solved after all

2007-09-29 Thread s. keeling
Anthony Campbell <[EMAIL PROTECTED]>: > On 27 Sep 2007, s. keeling wrote: > > Mumia W.. <[EMAIL PROTECTED]>: > > > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > > > I've twice thought I'd solved this one but no. To recap: my .xinitrc &g

Re: xmodmap again - not solved after all

2007-09-29 Thread s. keeling
Mumia W.. <[EMAIL PROTECTED]>: > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > I've twice thought I'd solved this one but no. To recap: my .xinitrc > > contains the line: "xmodmap ~/.Xmodmap". which has worked for many > > months or even years.

Re: xmodmap again - not solved after all

2007-09-27 Thread Mumia W..
On 09/27/2007 08:36 AM, Anthony Campbell wrote: Sorry; I didn't make myself clear. It is of course in X that I want xmodmap to work. However, the error messages appear in the console BEFORE I start X with startx. They say " "XMODMAP: unbound variable" (repeated twice). Wit

Re: xmodmap again - not solved after all

2007-09-27 Thread Anthony Campbell
wice thought I'd solved this one but no. To recap: my .xinitrc > > > > > contains the line: "xmodmap ~/.Xmodmap". which has worked for many > > > > > months or even years. In the last couple of weeks the command is not > > > > > > > >

Re: xmodmap again - not solved after all

2007-09-27 Thread s. keeling
Anthony Campbell <[EMAIL PROTECTED]>: > On 27 Sep 2007, s. keeling wrote: > > Mumia W.. <[EMAIL PROTECTED]>: > > > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > > > I've twice thought I'd solved this one but no. To recap: my .xinitrc &g

Re: xmodmap again - not solved after all

2007-09-27 Thread Anthony Campbell
On 27 Sep 2007, s. keeling wrote: > Mumia W.. <[EMAIL PROTECTED]>: > > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > > I've twice thought I'd solved this one but no. To recap: my .xinitrc > > > contains the line: "xmodmap ~/.Xmodmap". whi

Re: xmodmap again - not solved after all

2007-09-26 Thread Mumia W..
On 09/26/2007 08:08 PM, s. keeling wrote: [ method of invoking xmodmap snipped ] in my ~/.xinitrc (I'm a southpaw, btw). Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: xmodmap again - not solved after all

2007-09-26 Thread s. keeling
Mumia W.. <[EMAIL PROTECTED]>: > On 09/25/2007 09:25 AM, Anthony Campbell wrote: > > I've twice thought I'd solved this one but no. To recap: my .xinitrc > > contains the line: "xmodmap ~/.Xmodmap". which has worked for many > > months or even years.

Re: xmodmap again - not solved after all

2007-09-26 Thread Anthony Campbell
On 25 Sep 2007, Mumia W.. wrote: > On 09/25/2007 09:25 AM, Anthony Campbell wrote: >> I've twice thought I'd solved this one but no. To recap: my .xinitrc >> contains the line: "xmodmap ~/.Xmodmap". which has worked for many >> months or even years. In th

Re: xmodmap again - not solved after all

2007-09-25 Thread Sjoerd Hiemstra
Anthony Campbell wrote>: > my .xinitrc contains the line: "xmodmap ~/.Xmodmap". which has worked > for many months or even years. In the last couple of weeks the > command is not being run. [] > Has no one else seen this behaviour? I saw this behaviour when I st

Re: xmodmap again - not solved after all

2007-09-25 Thread Mumia W..
On 09/25/2007 09:25 AM, Anthony Campbell wrote: I've twice thought I'd solved this one but no. To recap: my .xinitrc contains the line: "xmodmap ~/.Xmodmap". which has worked for many months or even years. In the last couple of weeks the command is not being run. I tried p

xmodmap again - not solved after all

2007-09-25 Thread Anthony Campbell
I've twice thought I'd solved this one but no. To recap: my .xinitrc contains the line: "xmodmap ~/.Xmodmap". which has worked for many months or even years. In the last couple of weeks the command is not being run. I tried putting the full path to xmodmap, which seemed to wo

Re: Odd change in .xinitrc regarding xmodmap

2007-09-24 Thread Anthony Campbell
- > > > xset -b > > > xsetroot -solid lightslateblue > > > exec icewm-session > > > xmodmap ~/.Xmodmap > > > --- > > > > > > In the last couple of days, following an upgrade on Sid, I found that > > > t

Re: Odd change in .xinitrc regarding xmodmap

2007-09-21 Thread Anthony Campbell
On 21 Sep 2007, Kevin Mark wrote: > On Fri, Sep 21, 2007 at 10:13:27AM +0100, Anthony Campbell wrote: > > For years I've been using an .xinitrc file of this type: > > > > - > > xset -b > > xsetroot -solid lightslateblue > &g

Re: Odd change in .xinitrc regarding xmodmap

2007-09-21 Thread Kevin Mark
On Fri, Sep 21, 2007 at 10:13:27AM +0100, Anthony Campbell wrote: > For years I've been using an .xinitrc file of this type: > > - > xset -b > xsetroot -solid lightslateblue > exec icewm-session > xmodmap ~/.Xmodmap > --

Odd change in .xinitrc regarding xmodmap

2007-09-21 Thread Anthony Campbell
For years I've been using an .xinitrc file of this type: - xset -b xsetroot -solid lightslateblue exec icewm-session xmodmap ~/.Xmodmap --- In the last couple of days, following an upgrade on Sid, I found that the last line w

Re: [OT] Re: .profile, .Xmodmap, xorg.conf have no effect

2007-05-19 Thread Roberto C . Sánchez
On Sat, May 19, 2007 at 11:27:33PM +0200, Florian Kulzer wrote: > > For everything related to bash (the normal shell/command line > environment) I put my customizations into ~/.bash_aliases. That file is > sourced by ~/.bashrc (if it exists) and .bashrc is sourced by > ~/.bash_profile in the defau

[OT] Re: .profile, .Xmodmap, xorg.conf have no effect

2007-05-19 Thread Florian Kulzer
-- >>> right now I have to manually type 'setxkbmap ch -model macintosh' after >>> each login to get a proper keymap). Also, the .profile, .Xmodmap, and >>> .xinitrc files in my home are ignored. >>> >>> Any ideas or hints? >> The first thi

Re: .profile, .Xmodmap, xorg.conf have no effect

2007-05-19 Thread Matthias Brennwald
Subject: Re: .profile, .Xmodmap, xorg.conf have no effect From: Florian Kulzer <[EMAIL PROTECTED]> Date: Fri, 18 May 2007 22:35:42 +0200 To: debian-user@lists.debian.org To: debian-user@lists.debian.org On Fri, May 18, 2007 at 22:00:32 +0200, Matthias Brennwald wrote: Dear all Af

Re: .profile, .Xmodmap, xorg.conf have no effect

2007-05-18 Thread Florian Kulzer
ond PowerBook, changes in xorg.conf > (/etc/X11/xorg.conf) have no effect (I tried to setup the keyboard -- right > now I have to manually type 'setxkbmap ch -model macintosh' after each > login to get a proper keymap). Also, the .profile, .Xmodmap, and .xinitrc > files in my home

  1   2   >