Home page
    Me
    Acoustics
    Books
    BeOS software
        EasyMove
        RemoteControl
        SpaceMonitor
    Blender

Site Map

EasyMove Documentation


Version

This is EasyMove, version 2.2
EasyMove is freeware.
Homepage: http://kom.auc.dk/~thiriez/beos/
Mail: Thomas Thiriez


Overview

EasyMove is a very simple input server addon that allows you to move and resize a window by clicking anywhere on the window while holding the alt key. This is much easier than looking for the title tab, or the thin border, especially when the window is partially hidden.


Installation

Installing EasyMove is not difficult. As EasyMove is an input server filter, you just have to move the file 'EasyMove' in the directory "/boot/home/config/add-ons/input_server/filters/" (simply drop it in the link provided). You will then have to restart the input_server for the change to take effect. Just type this in a terminal:

/boot/beos/system/servers/input_server -q


Settings

This small application will allow you to configure EasyMove. You will be able to chose the keys and mouse buttons that will enable EasyMove. All the modifiers selected must be present at the same time, and one of the mouse buttons must be pushed to enable EasyMove.

You can bind four actions (move window, resize window, bring to front and put to back) to different modifier/button combinations. You are free to use the same button to move the window, and to bring it to front, or bring it to front and resize it.

Update rate
This tells EasyMove to move the window to move only when it has received a certain amount of events from the mouse. If you set it to 50%, for example, EasyMove will move the window only when it has received two events from the mouse. This is specially useful when the computer is not powerful enough for the window to follow the mouse.

Move and resize any window
This checkbox allows EasyMove to move and resize the windows that it is normally not possible to resize or move.

The other checkboxes shoulb be self-explanatory.

You don't have to restart the input server for the changes to take effect, the updates are taken into account as soon as you click the checkbox.


History

Version 2.2

03/06/2001

  • It is now also possible to resize the window with EasyMove.

Version 2.1

12/20/2000

Just two bug fixes:
  • When the window that had to move was busy, like the NetPositive window while loading, it was resized to a small window at the top left hand corner of the screen.
  • When the focus follows mouse was enabled in the 'warping' mode (not instant warping), a deadlock occured (pretty nasty, in an InputFilter) when trying to bring a window to front by clicking above the window, at the level of the yellow tab, but not on the tab itself.

Version 2.0

11/21/2000
  • There is no more conflict with intuos tablets (and all other kinds, I guess).
  • A combination of more modifiers (ctrl, alt...) than needed by EasyMove won't enable it.
  • EasyMove now works well when you don't have the focus follows mouse enabled.
  • It is now possible to change the update rate: you can tell EasyMove not to move the window for each mouse event if the window can't follow the mouse.
  • You can now also bring the window to front, or put it to back with an other modifier/button combination.

Version 1.1.1

11/18/2000
  • Just a minor change: the window will become the front most when you move it to a new workspace.

Version 1.1

11/04/2000
  • There is no more conflict for the Deskbar's shortcuts.
  • It is now possible to configure the keys and mouse buttons that will enable EasyMove.

Version 1.0

10/19/2000
  • First release.