Changeset 127
- Timestamp:
- 01/18/08 11:47:17
- Files:
-
- inapp/trunk/README (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
inapp/trunk/README
r122 r127 1 Jambu In Application 0.0. 31 Jambu In Application 0.0.5 2 2 ========================== 3 3 … … 22 22 Get the installable tarball from 23 23 24 http://fullmeasure.co.uk/Jambu/jambuinapp-0.0.3.tar.gz 25 26 Or grab the latest source from SVN at: 24 http://fullmeasure.co.uk/Jambu/jambuinapp-0.0.5.tar.gz 25 26 or get the source from 27 28 http://www.oatsoft.org/svn/jambu/inapp/tags/release-0.0.5 29 30 or grab the *latest* source from SVN at: 27 31 28 32 http://www.oatsoft.org/svn/jambu/inapp/trunk … … 57 61 Or to make the tarball from the source run: 58 62 python setup.py sdist 63 and the tarball will be created in the 'dist' folder. 59 64 60 65 ========================= … … 65 70 66 71 jambuinapp [--scan] [--showtree] Minefield | <other app name> 67 --scan start auto scanning, otherwise manual72 --scan start auto scanning, otherwise manual 68 73 --showtree show the GTKTreeView of accesible objects and other UI 74 --blink blinking highlight, default is auto detect 75 --svg svg highlight (requires transparency), default is auto detect 69 76 70 77 Or for local source execution run: … … 80 87 group and also the group itself to allow moving up and out of the group 81 88 (the highlight changes colour in this case). 89 90 If you have a Window Manager that supports transparency (like Compiz on Ubuntu) 91 then SVG highlighting is auto selected. In case the detection fails you can use 92 --svg or to force the basic blinking highlight use --blink. 82 93 83 94 For now text is entered with the keyboard. Obviously a useable solution will … … 105 116 * What known bugs are there? 106 117 ============================= 118 107 119 *If highlight disappears simply do a 'next' action. The temporary use of simulated 108 120 mouse click for minefield menues and buttons requires that the highlight be hidden. … … 114 126 * Where can I find out more about Jambu? 115 127 ========================================= 128 116 129 http://www.oatsoft.org/trac/jambu
