Introduction
Introduction Statistics Contact Development Disclaimer Help
dwm: patch for azerty belgian keyboard - sites - public wiki contents of suckle…
git clone git://git.suckless.org/sites
Log
Files
Refs
---
commit 0c62fc908f90a36994f895e96baa60a7a60c9801
parent df9c174d6e472ebac7511425811445025abce8e2
Author: seekilm <[email protected]>
Date: Wed, 19 Feb 2025 12:57:05 +0100
dwm: patch for azerty belgian keyboard
Diffstat:
A dwm-azerty-be-20250218-09d5985.diff | 41 +++++++++++++++++++++++++++++…
1 file changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/dwm-azerty-be-20250218-09d5985.diff b/dwm-azerty-be-20250218-09d59…
@@ -0,0 +1,41 @@
+From 09d598521feeabf2d468cfff08461610d639697f Mon Sep 17 00:00:00 2001
+From: seekilm <[email protected]>
+Date: Wed, 19 Feb 2025 12:04:45 +0100
+Subject: [PATCH] dwm: add support for Belgian keyboard (be-latin1)
+
+---
+ config.def.h | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+diff --git a/config.def.h b/config.def.h
+index 9efa774..fa0685b 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -85,15 +85,15 @@ static const Key keys[] = {
+ { MODKEY, XK_period, focusmon, {.i = +1 }…
+ { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 }…
+ { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 }…
+- TAGKEYS( XK_1, 0)
+- TAGKEYS( XK_2, 1)
+- TAGKEYS( XK_3, 2)
+- TAGKEYS( XK_4, 3)
+- TAGKEYS( XK_5, 4)
+- TAGKEYS( XK_6, 5)
+- TAGKEYS( XK_7, 6)
+- TAGKEYS( XK_8, 7)
+- TAGKEYS( XK_9, 8)
++ TAGKEYS( XK_ampersand, 0)
++ TAGKEYS( XK_eacute, 1)
++ TAGKEYS( XK_quotedbl, 2)
++ TAGKEYS( XK_apostrophe, 3)
++ TAGKEYS( XK_parenleft, 4)
++ TAGKEYS( XK_section, 5)
++ TAGKEYS( XK_egrave, 6)
++ TAGKEYS( XK_exclam, 7)
++ TAGKEYS( XK_ccedilla, 8)
+ { MODKEY|ShiftMask, XK_q, quit, {0} },
+ };
+
+--
+2.48.1
+
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.