From dd3feae5f2dac1fc571c580805876ac3176454c6 Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Sun, 2 May 2010 14:51:24 +0000 Subject: [PATCH] Added link to index page to all html pages --- docs/html/display.html | 12 ++++++++---- docs/html/keyboard.html | 24 ++++++++++++++++-------- docs/html/mouse.html | 9 +++++++++ docs/html/other.html | 4 ++++ 4 files changed, 37 insertions(+), 12 deletions(-) diff --git a/docs/html/display.html b/docs/html/display.html index cf49706..46c8a63 100644 --- a/docs/html/display.html +++ b/docs/html/display.html @@ -75,7 +75,8 @@ w = disp.w() print("The desktop is currently %d pixels wide") % (w)
@@ -102,7 +103,8 @@ h = disp.h() print("The desktop is currently %d pixels tall") % (h)
@@ -158,7 +160,8 @@ while(disp.desktop() != neu): print("Now we're at %d") % (desk)
@@ -185,7 +188,8 @@ count = disp.desktop_count() print("You have %d desktops") % (count)
diff --git a/docs/html/keyboard.html b/docs/html/keyboard.html index e9e3d9c..9d28dfe 100644 --- a/docs/html/keyboard.html +++ b/docs/html/keyboard.html @@ -108,7 +108,8 @@ delay = kbd.down_delay() print(delay) #Prints current delay
@@ -153,7 +154,8 @@ delay = kbd.click_delay() print(delay) #Prints current delay
@@ -203,7 +205,8 @@ else: print("X11 reported an error when sending keycode 36")
@@ -263,7 +266,8 @@ kbd.up(56) #Release the "b" key kbd.up(38) #Release the "a" key
@@ -316,7 +320,8 @@ kbd.up(56) #Release the "b" key kbd.up(38) #Release the "a" key
@@ -421,7 +426,8 @@ kbd.type("This is a test{Return}") kbd.type("!fa") #Opens the "Save As" dialog in some editors
@@ -465,7 +471,8 @@ kbd.interpret_meta_symbols(0) kbd.type("!f") #Literally sends !f
diff --git a/docs/html/mouse.html b/docs/html/mouse.html index 3af2622..3e98cc4 100644 --- a/docs/html/mouse.html +++ b/docs/html/mouse.html @@ -118,6 +118,7 @@ print(delay) #Prints current delay
@@ -161,6 +162,7 @@ print(delay) #Prints current delay
@@ -204,6 +206,7 @@ print(delay) #Prints current delay
@@ -267,6 +270,7 @@ mouse.click(2)
@@ -317,6 +321,7 @@ mouse.btn_up(1)
@@ -359,6 +364,7 @@ mouse.btn_up(1)
@@ -430,6 +436,7 @@ mouse.move(20, 20, win)
@@ -487,6 +494,7 @@ print(msg)
@@ -543,6 +551,7 @@ print(msg)
diff --git a/docs/html/other.html b/docs/html/other.html index 9b181fc..54aa1c4 100644 --- a/docs/html/other.html +++ b/docs/html/other.html @@ -85,6 +85,7 @@ test()
@@ -125,6 +126,7 @@ xaut.init_defaults()
@@ -164,6 +166,7 @@ win = xaut.window.find_window("foo")
@@ -203,6 +206,7 @@ win = xaut.window.find_window("foo")
-- 2.11.4.GIT