dot/screenrc: Turn off XON/XOFF flow control.
[profile] / dot / e16-bindings
index 45493bc..ebb44ce 100644 (file)
@@ -4,6 +4,7 @@ MouseDouble   CA 1 wop * shade
 MouseDown     CA 2 wop * sz ptr
 MouseDouble   CA 2 wop * th available
 MouseDown     CA 3 menus show winops.menu
 MouseDown     CA 2 wop * sz ptr
 MouseDouble   CA 2 wop * th available
 MouseDown     CA 3 menus show winops.menu
+MouseDown     C5 3 menus show windowlist
 Aclass DESKBINDINGS normal
 Tooltip Clicking your mouse on the desktop will perform
 Tooltip the following actions
 Aclass DESKBINDINGS normal
 Tooltip Clicking your mouse on the desktop will perform
 Tooltip the following actions
@@ -30,9 +31,9 @@ Tooltip Go Forward a Desktop
 Aclass KEYBINDINGS global
 KeyDown    5       F6 exec gconftool --toggle /desktop/gnome/accessibility/keyboard/mousekeys_enable
 KeyDown    5       F7 exec un-backslashify-selection
 Aclass KEYBINDINGS global
 KeyDown    5       F6 exec gconftool --toggle /desktop/gnome/accessibility/keyboard/mousekeys_enable
 KeyDown    5       F7 exec un-backslashify-selection
-KeyDown    5       F8 exec xatom set XINIT_COMMAND :terminal
-KeyDown    5       F9 exec xatom set XINIT_COMMAND :ask-run
-KeyDown           5      F10 exec xatom set XINIT_COMMAND :ask-command
+KeyDown    5       F8 exec xinitcmd :terminal
+KeyDown    5       F9 exec xinitcmd :ask-run
+KeyDown           5      F10 exec xinitcmd :ask-command
 KeyDown           5      F11 exec lock-screen
 KeyDown    5      F12 exec xshutdown
 KeyDown    5      Tab focus next
 KeyDown           5      F11 exec lock-screen
 KeyDown    5      F12 exec xshutdown
 KeyDown    5      Tab focus next
@@ -50,6 +51,7 @@ KeyDown   C5        s wop * stick
 KeyDown   C5        v wop * th available
 KeyDown   C5        w menus show winops.menu
 KeyDown   C5        x wop * close
 KeyDown   C5        v wop * th available
 KeyDown   C5        w menus show winops.menu
 KeyDown   C5        x wop * close
+KeyDown   C5        z wop * zoom
 KeyDown   C5       F1 menus show file.menu
 KeyDown   C5       F2 menus show enlightenment.menu
 KeyDown   C5       F3 menus show settings.menu
 KeyDown   C5       F1 menus show file.menu
 KeyDown   C5       F2 menus show enlightenment.menu
 KeyDown   C5       F3 menus show settings.menu
@@ -64,3 +66,14 @@ KeyDown   S5       Up area move 0 -1
 KeyDown   S5     Down area move 0 1
 KeyDown   S5     Left area move -1 0
 KeyDown   S5    Right area move 1 0
 KeyDown   S5     Down area move 0 1
 KeyDown   S5     Left area move -1 0
 KeyDown   S5    Right area move 1 0
+KeyDown          5        Up wop * mr 0 -15
+KeyDown          5      Down wop * mr 0 +15
+KeyDown          5      Left wop * mr -15 0
+KeyDown          5     Right wop * mr +15 0
+KeyDown          SC5      Up wop * sr 0 -15
+KeyDown          SC5    Down wop * sr 0 +15
+KeyDown          SC5    Left wop * sr -15 0
+KeyDown          SC5   Right wop * sr +15 0
+KeyDown          5      Home wop * opacity 100
+KeyDown          5      Next wop * opacity -5
+KeyDown          5     Prior wop * opacity +5