Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding delete to the German layout. - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 447f3f2e2704ea32c46c1fdf9575ba36aa125ec1
parent 2b985444adbeed0dd4a1429394e98bf3bf7ad158
Author: Christoph Lohmann <[email protected]>
Date: Thu, 10 Nov 2011 19:11:25 +0100
Adding delete to the German layout.
Diffstat:
M layout.de.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/layout.de.h b/layout.de.h
@@ -13,6 +13,7 @@ static Key keys[] = {
{ "ß?\\", XK_ssharp, 1 },
{ "´`¸", XK_dead_acute, 1 },
{ "<-", XK_BackSpace, 2 },
+ { "Entf", XK_Delete, 1},
{ 0 }, /* New row */
{ "->|", XK_Tab, 1 },
{ "qQ@", XK_q, 1 },
@@ -27,7 +28,7 @@ static Key keys[] = {
{ "pPþ", XK_p, 1 },
{ "üܨ", 0xfc, 1 },
{ "+*~", XK_plus, 1 },
- { "Return", XK_Return, 3 },
+ { "Enter", XK_Return, 3 },
{ 0 }, /* New row */
{ 0, XK_Caps_Lock, 2 },
{ "aAæ", XK_a, 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.