On April 29, 2002 at 13:29 +0100, Ripalda-Marin, Miguel-Angel wrote:
> Hello,
>
> I am trying to set a Shortcut in my desktop, to load an alternate keyboard
> layout... I have tried with the following commands within my $HOME/.fvwm2rc,
> but when I start X, it tells me that I cannot find any button. What am I
> doing wrong? I'm with FVWM 2.5.5 on RH 7.2
>
> ImagePath $HOME/.fvwm_icons
>
> AddToFunc StartFunction "I" Module FvwmButtons
> *FvwmButtons:Back black
> *FvwmButtons:BoxSize smart
> *FvwmButtons:Columns 2
> *FvwmButtons:Font fixed
> *FvwmButtons:Fore
> *FvwmButtons:Frame 0
> *FvwmButtons:Geometry +0+0
> *FvwmButtons:Padding 2 2
> *FvwmButtons:Pixmap none
> *FvwmButtons:Rows 1
> *FvwmButtons:(Title "Spanish layout",Icon bomb.xpm,Center,`Exec loadkeys
> es`)
> *FvwmButtons:(End)
>
....
*FvwmButtons:Fore white
^^^^^
....
## specify either Rows or Columns
#*FvwmButtons:Columns 2
*FvwmButtons:Rows 1
....
*FvwmButtons:(Title "Spanish layout",Icon bomb.xpm,Center,Action `Exec loadkeys es`)
^^^^^^
....
## Following line is only needed if you use containers
## *FvwmButtons:(End)
Uwe
--
+--------------------------------------------------
| Uwe Pross
| mail : mailto:uwe.pross_at_e-technik.tu-chemnitz.de
| www : http://www.tu-chemnitz.de/~uwp
+--------------------------------------------------
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Apr 29 2002 - 07:29:40 BST