korli / KeyCursor

Using a Keyboard as a Pointing Device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyCursor icon KeyCursor for Haiku


  • (original version) by Nathan Schrenk.
  • originally posted on BeBits by Eugenia Loli-Queru.
  • (this version) by Oscar Lesta and GUI tweaks by Humdinger.

What is this?

It's an update to Nathan Schrenk's mighty KeyCursor input_server add-on.
Read his BeNewsLetter article to find out more.

This one does all the original version did (let you simulate a mouse using the keyboard), and more.

Preference panel

  • Now you have a little preferences app that allows you to:

    • choose which keys will toggle KeyCursor on/off
    • configure the acceleration factor
    • show a replicant that'll show the on/off state
  • PageUp and PageDown act as a vertical mouse wheel when KeyCursor its active.

Just try it on Web+, it gives you a smooth scroll effect, kinda. I find it very useful to read the BeBook, mouseless :-)

Basic usage:

Hit and release the toggle key(s) to activate KeyCursor, then use the arrow keys to move the cursor.

The SPACEBAR acts as the primary button (left-click), together with SHIFT you get a secondary button event (right-click).

Hit the toggle key(s) again to deactivate KeyCursor.

How to (un) install it?

Easiest way is just using HaikuDepot, or pkgman:

  • pkgman install keycursor
  • pkgman uninstall keycursor.

If compiling/installing from sources: Use the provided install.sh/uninstall.sh scripts.

What else do I need to know?

The preflet allows you to configure the "togglekeys", but not the "click" or "move" keys. Pull-requests are welcome, in case you want to make it more complete.

Interaction with other input filters: works OK with InstantClick and TwoWheels (the ones I use). Your mileage may vary.

To build from sources, just type "make" and "make bindcatalogs" (to include localizations), then use the install scripts.

As requested by the previous maintainer, I'll let you know where to get the older versions:

Thanks to:

  • Nathan Schrenk - for the original version, quite handy when things go wrong with your input_server device hacking efforts.
  • Thomas Thiriez - for parts of his EasyMove input_server filter addon and prefs app.
  • OBOS (now Haiku) devs - I used some bytes from their cvs too.
  • Eugenia - for transfering the app to me.

History/Changelog

Newer versions, if any, will be available here: https://github.com/HaikuArchives/KeyCursor

1.2 Haiku-only from now on...

  • Added layout management and translations (ca,de,es,fr,it,nl,tr)
  • Added Deskbar replicant
  • Added about window incl. help text
  • Preferences:
    • Added status view + icon
    • Added checkbox to en/disable replicant
    • Remove checkbox to en/disable device/filter
  • Changed settings format, old settings are lost.
  • Licensing new code under MIT, rest stays BeSampleLicense
  • Other changes and cleanups

1.1 First version:

For BeOS (2004/04/16):

For Haiku (2021/12/15):

Notes

On BeOS R5, we could have the same binary "KeyCursor" addon placed in "add-ons/input_server/filter" and a symlink with the same name under "add-ons/input_server/devices" and it would work.

On Haiku that doesn't seems to work at all, and KeyCursor only works when those do NOT have the same name (changing the name of either the binary, or the name of the symlink, makes it work).

About

Using a Keyboard as a Pointing Device

License:Other


Languages

Language:C++ 81.3%Language:Makefile 17.8%Language:Shell 0.9%