Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[mapping clavier] Bras droit immobilisé, adaptation linux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bungee
n00b
n00b


Joined: 22 Aug 2004
Posts: 9

PostPosted: Mon Dec 05, 2005 6:34 am    Post subject: [mapping clavier] Bras droit immobilisé, adaptation linux Reply with quote

onjour,
je n'ai plus qu'un bras utile actuellement(le droit est immobilisé), je cherche a customize mon environnement pour ameliorer les choses.

J'aimerais avoir l'equivalent du maj lock pour le control. Une sorte de control lock, j'appuie dessus le control est toujours activé, je rappuie ca le desactive. la touche M$ a gauche clavier me parait adequate.

Pareil pour le alt touche m$ de droite.

Ralentir la vitesse d'execution nécessaire du double click.

et pis des racourcis emacs simplifiés, non non je déconne!

Ma distrib est la gentoo.

Si qqun a un truc pour faire la vaisselle a un bras je suis preneur. Pour l'instant, les lasagnes en barquette font mon bonheur.

1er essai

showkey en mode console, sinon il veut pas
m$ de gauche 125
m$ de droite 126

Code:

bash-2.05b$ sux
Password:
bash-2.05b# loadkeys
keycode 125 = Control_Lock
keycode 126 = Alt_Lock


ben ca marche pas sous xorg, dommage

2eme essai

xev donne keycode 115 et 116

Code:

bash-2.05b$ more mappingKeys
keycode 115 = Control_Lock
keycode 116 = Alt_Lock
bash-2.05b$ xmodmap mappingKeys
xmodmap: mappingKeys:0: bad keysym name 'Control_Lock' in keysym list
xmodmap: mappingKeys:1: bad keysym name 'Alt_Lock' in keysym list
xmodmap: 2 errors encountered, aborting.


Pas de control lock a l'horizon?!

Code:

bash-2.05b$ more /usr/X11R6/include/X11/keysymdef.h | grep -i lock
#define XK_Scroll_Lock 0xFF14
#define XK_Kana_Lock 0xFF2D /* Kana Lock */
#define XK_Num_Lock 0xFF7F
#define XK_Caps_Lock 0xFFE5 /* Caps lock */
#define XK_Shift_Lock 0xFFE6 /* Shift lock */
#define XK_ISO_Lock 0xFE01
#define XK_ISO_Level3_Lock 0xFE05
#define XK_ISO_Group_Lock 0xFE07
#define XK_ISO_Next_Group_Lock 0xFE09
#define XK_ISO_Prev_Group_Lock 0xFE0B
#define XK_ISO_First_Group_Lock 0xFE0D
#define XK_ISO_Last_Group_Lock 0xFE0F

bash-2.05b$ more /usr/X11R6/include/X11/keysymdef.h | grep -i control
/* Cursor control & motion */
#define XK_Control_L 0xFFE3 /* Left control */
#define XK_Control_R 0xFFE4 /* Right control */
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum