haiku/src/servers/input
Axel Dörfler 43d3560b25 * As the generated SystemKeymap source is used as a header, I renamed the
generated file from SystemKeymap.cpp to SystemKeymap.h.
* The keymap was even compiled into the input_server twice, as it was also
  listed as source file.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17711 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-06-03 15:33:26 +00:00
..
AddOnManager.cpp hopefully fixed iroster behavior 2005-11-28 17:14:54 +00:00
AddOnManager.h * introduced a global gInputServer object, so that you don't need to cast the 2005-11-15 15:35:36 +00:00
BottomlineWindow.cpp hopefully patched some of the problems reported by barber <bxi07354@nifty.ne.jp> on bug #141 2006-02-28 15:54:20 +00:00
BottomlineWindow.h Some work on the input_server: 2005-11-16 17:25:58 +00:00
DeviceManager.cpp
DeviceManager.h
input_server.rdef
InputServer.cpp * As the generated SystemKeymap source is used as a header, I renamed the 2006-06-03 15:33:26 +00:00
InputServer.h hopefully fixed iroster behavior 2005-11-28 17:14:54 +00:00
InputServerDevice.cpp * introduced a global gInputServer object, so that you don't need to cast the 2005-11-15 15:35:36 +00:00
InputServerFilter.cpp
InputServerMethod.cpp Improved method support : method replicant is working 2004-10-28 13:47:51 +00:00
install.sh
Jamfile * As the generated SystemKeymap source is used as a header, I renamed the 2006-06-03 15:33:26 +00:00
KeyboardSettings.cpp This fixes bug #149. 2006-02-13 17:35:05 +00:00
KeyboardSettings.h This fixes bug #149. 2006-02-13 17:35:05 +00:00
LICENSE
MethodMenuItem.cpp Fixed the "unused frame variable" warning. 2005-01-22 21:26:18 +00:00
MethodMenuItem.h
MethodReplicant.cpp Added input method key switching (alt+space) 2005-01-11 00:34:37 +00:00
MethodReplicant.h Improved method support : method replicant is working 2004-10-28 13:47:51 +00:00
MouseSettings.cpp make sure the mouse settings are initialized with default values 2005-07-16 14:33:18 +00:00
MouseSettings.h
README fixed typo 2005-05-10 11:30:17 +00:00
remote_icon.h
TList.h

Haiku Input Kit Replacement v1.0.0

ABOUT:

This is a drop-in replacement for the BeOS Input server that comes with
BeOS. Its purpose is to be 100% compatible with the original input_server 
and to improve it by adding features. The package contains the following
files:

  README
   The file you are reading.

  LICENSE
   Conditions for using/distributing this package.

  input_server
   This is the new replacement Input Server. It will be installed in 
   /boot/beos/system/servers, overwriting the original input_server file.

  Addons
   Addons are typically needed to control input devices, and will be installed in
   /boot/home/config/add-ons/input_server

  Drivers
   Drivers are the kernel components which know your special devices, and will be 
   installed in /boot/home/config/add-ons/kernel/drivers/bin

  Keymaps
   Keymaps are used to map characters to keycodes generated by your keyboard. They
   will be installed in /boot/home/config/settings/Keymap

INSTALLATION:

Installation is through a zip file. Just unzip the
file somewhere and double click the install.sh icon.

ADDON INSTALLATION:

Add-ons should be installed in /boot/home/config/add-ons/
input_server/ in the subdirectory specified in the add on documentation.
This directory will be automatically created by the installation process.
The distribution contains the keyboard and mouse device addons.

FILTERS:

This release contains no filter addons. 

KEYMAPS:

These release contains a set of keymaps. The Keymap preference app enables to 
select one of these keymaps in the User listbox.

IMPLEMENTATION:

The latest version has the following (interesting) features:

 - Add-on based architeture.
 - Fully multithreaded.

TODO:

This is a partial list of what we intend to implement. Suggestions are welcome:

 - More...

OTHER STUFF
Thanks to Dr. Zoidberg Enterprises for their README file :)