blob: fc030168a1625812a2c1e762ccb68a125c40b142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -ur wmii-2-old/doc/welcome.txt wmii-2/doc/welcome.txt
--- wmii-2-old/doc/welcome.txt 2005-08-02 19:45:34.713531024 +0200
+++ wmii-2/doc/welcome.txt 2005-08-02 21:41:06.215754752 +0200
@@ -27,7 +27,7 @@
4. Create a new page with ctrl+mod1+y (pnew) and apply float layout to
it with mod1+shift+f (lfloat).
- To return to this page again, you can press ctrl+mod1+l (pnext).
+ To return to this page again, you can press mod1+h (pprev).
5. Experiment with your mouse a bit. Resize this client through clicking
left mouse button on a border and drag, move this client around
diff -ur wmii-2-old/rc/keys wmii-2/rc/keys
--- wmii-2-old/rc/keys 2005-08-02 19:45:34.711531442 +0200
+++ wmii-2/rc/keys 2005-08-02 19:46:08.264508742 +0200
@@ -78,7 +78,7 @@
for i in 1 2 3 4 5 6 7 8 9; do
bind normal "$MODKEY+shift+$i" "wmira p $i"
done
-bind normal "$MODKEY+0" "wmira p 10"
+bind normal "$MODKEY+shift+0" "wmira p 10"
bind normal "$MODKEY+shift+p" "wmira pager"
# activate normal mode:
|