This commit is contained in:
2020-11-22 21:07:05 +01:00
parent d7b4250194
commit f9dad7c33d
13 changed files with 140 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ Comment faire pour visualiser la plénitude des formes de mes fontes ?
D'après la manpage :
\textit{Xephyr is a kdrive server that outputs to a window on a pre-existing
\textsl{Xephyr is a kdrive server that outputs to a window on a pre-existing
"host" X display. Think Xnest but with support for modern
extensions like composite, damage and randr.}
@@ -26,11 +26,14 @@ D'après la manpage :
si simple qua ça.
Par exemple, quelle est la méthode à mettre en œuvre pour avoir
le clavier en Azerty\index{azerty} ?
XXX\index{XXX}
%-------------------------------------------------------------------
\section{Numlock}
Vous l'avez voulu, le voici~:
\begin{verbatim}
#include <X11/XKBlib.h>
#include <X11/extensions/XKB.h>
@@ -98,7 +101,19 @@ $
C'est simple, non ?
%-------------------------------------------------------------------
\section{XCB}\index{XCB}
Vous avez pratiqué la \textsl{Xlib} ? Avez-vous aimé ?
\textsc{[oui]} et \textsc{[non]} sont deux réponses valables.
Si vous ne savez pas quoi répondre, vous n'avez pas compris
la question.
%
% https://xcb.freedesktop.org/tutorial/basicwindowsanddrawing/
%
%-------------------------------------------------------------------