On Fri, Jan 19, 2024 at 09:06:05AM +0100, Thomas Schmitt wrote:
> Hi,
> 
> to...@tuxteam.de wrote:
> > I coopted the otherwise useless "Windows" key (aka "Left Super" for
> > WM things: Super-L makes an xterm:
> >  # Terminal
> >  Key   "t"   A   4  Exec exec xterm
> 
> For me the Flying Windows keys pop up or push down the affected window:
> 
>   Key Super_L A N RaiseLower
>   Key Super_R A N RaiseLower
> 
> What i don't understand in your example is the Keyname "t".
> man fvwm points me to /usr/include/X11/keysymdef.h or
> /usr/X11R6/lib/X11/XKeysymDB (which seems not exist in Debian except
> a file "XKeysymDB" of ipackage "xemacs21-support").
> 
> Do you know documentation which describes your "t" ?

It's Modifier (that Flying Window thing), aka "4" and the regular "t"
(my mnemonics: "terminal").

What I forgot to say is that I set up that key Whose Name Won't Be
Mentioned to act as a modifier:

  setxkbmap -model pc105 \
            -layout "de,el" \
            -variant "deadtilde," \
            -option "compose:caps" \
            -option "altwin:alt_super_win" \
            -option "terminate:ctrl_alt_bksp" \
            -option "grp:shifts_toggle"

(the fifth line -- the others do other funny things ;-) This is
in my ~/.xinitrc, but could possibly go to /etc/default/keyboard;
too lazy to try out at the moment.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature

Reply via email to