1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From bd7c63b2eee5bb89759d4bfd23a688e57f87219b Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 26 Sep 2011 12:03:18 +0300
Subject: [PATCH] example.jwmrc: Change A-Tab keycode
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
example.jwmrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/example.jwmrc
+++ b/example.jwmrc
@@ -201,7 +201,7 @@
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
- <Key mask="A" key="Tab">nextstacked</Key>
+ <Key mask="A" key="Tab">next</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="A" key="F1">root:1</Key>
|