From 53b5fbba07c6f4662ad3eccb9c976c86584cfaba Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 Nov 2018 17:55:03 +0100 Subject: Use a smaller font size for mapping examples --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b9b0f33..3b06132 100644 --- a/index.html +++ b/index.html @@ -28,13 +28,13 @@

Examples

Video controls:

-
+		
 map <Up> <Left>
 map <Play> <Space>
 map <Down> <Right>

Preserve volume buttons and include video controls in a mode:

-
+		
 # Don't launch iTunes when pressing the middle button
 map <Play> <Nop>
 
@@ -45,18 +45,18 @@ mode <Play><Play> {
 }

Application switcher:

-
+		
 map <Up> <D-S-Tab>
 map <Down> <D-Tab>

Open frequently used applications:

-
+		
 cmd <Up>   open -a Terminal
 cmd <Play> open -a Xcode
 cmd <Down> open -a Firefox

Open Terminal window #2:

-
+		
 cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell application "System Events" to keystroke "2" using command down'
-- cgit v1.2.3