[rkward-cvs] SF.net SVN: rkward: [1692] trunk/rkward/rkward/pages/rkward_shortcuts.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Mar 21 20:49:18 UTC 2007


Revision: 1692
          http://svn.sourceforge.net/rkward/?rev=1692&view=rev
Author:   tfry
Date:     2007-03-21 13:49:18 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Wording, add alternate shortcuts for next/previous window, and add left/right window shortcuts

Modified Paths:
--------------
    trunk/rkward/rkward/pages/rkward_shortcuts.rkh

Modified: trunk/rkward/rkward/pages/rkward_shortcuts.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_shortcuts.rkh	2007-03-21 20:14:05 UTC (rev 1691)
+++ trunk/rkward/rkward/pages/rkward_shortcuts.rkh	2007-03-21 20:49:18 UTC (rev 1692)
@@ -4,7 +4,7 @@
 	<summary>
 	You can control RKWard in many situations without using a mouse device, using only the keyboard.
 
-	Besides the (currently) static RKWard specific short cuts you can optionally configure those in RKWards script editor. The script editor uses <link href="http://kate-editor.org/katepart">KatePart</link> as basic technology and thus makes it a very powerfull editor. If the script editor is open go to menu 'Settings->Edit editor->Short cuts' and configure the editor according to your needs.
+	Most shortcuts are not yet configurable (this will be added in a future release), but you can configure most shortcuts of the script editor. To do so, open a script editor window, then choose 'Settings->Configure editor->Short cuts' from the menu.
 	</summary>
 	<section title="RKWard Default Shortcut keys" id="default_shortcut_keys">
 		<table>
@@ -33,8 +33,10 @@
 
 			<tr colspan="2"><td><b>Windows Menu</b></td></tr>
 			<tr><td>Close Window</td><td>Ctrl + W</td></tr>
-			<tr><td>Previous Window</td><td>Alt + <</td></tr>
-			<tr><td>Next Window</td><td>Alt + ></td></tr>
+			<tr><td>Previous Window</td><td>Alt + < or Alt + ,</td></tr>
+			<tr><td>Next Window</td><td>Alt + > or Alt + .</td></tr>
+			<tr><td>Left Window</td><td>Ctrl + < or Ctrl + ,</td></tr>
+			<tr><td>Right Window</td><td>Ctrl + > or Ctrl + .</td></tr>
 			<tr><td>Activate Document view</td><td>Alt + 0</td></tr><tr>
 			<tr><td>Show/Hide Workspace Browser</td><td>Alt + 1</td></tr><tr>
 			<tr><td>Show/Hide Command Log</td><td>Alt + 2</td></tr><tr>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list