forked from pqrs-org/Karabiner-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
101 lines (91 loc) · 4.96 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Changes since 7.8.0
- Changed Preferences location.
http://pqrs.org/macosx/keyremap4macbook/document.html
- Changed KeyRemap4MacBook_cli location.
http://pqrs.org/macosx/keyremap4macbook/document-misc.html#commandlineinterface
- Integrated a status message indicator. (Removed Growl support.)
- Dynamic VK_CHANGE_INPUTSOURCE definition feature has been added.
- Dynamic <inputsource_only> definition feature has been added.
- Changed --KeyToKey-- to __KeyToKey__ at <autogen>.
- Added a preference of ignored area into "multi-touch extension".
- Added Option::SIMULTANEOUSKEYPRESSES_STRICT_KEY_ORDER.
- Added DeviceLocation into <device_only>, <device_not> filters.
- Some minor improvements.
----------------------------------------------------------------------
= version 7.8.0 =
- Fixed a bug that private.xml does not work properly if <identifier> contains white space.
- Fixed a bug that "General > Don't restore modifiers in the mouse event" does not work properly.
- Some minor improvements.
----------------------------------------------------------------------
= version 7.7.0 =
- Fixed a bug introduced in version 7.6.0 that detecting of Input Sources does not work properly in Japanese and some other languages.
----------------------------------------------------------------------
= version 7.6.0 =
- Added <replacementdef>. You can replace preset settings behavior by this.
- Added <include>. You can load xml files in private.xml.
- Added --ScrollWheelToKey--.
- Added --ScrollWheelToScrollWheel--.
- Added KeyCode::VK_WAIT_*.
- Improved KeyCode::VK_CHANGE_INPUTMODE_* behavior.
- Improved XML processing engine. (XML reloading is 2x faster.)
- Some minor improvements.
----------------------------------------------------------------------
= version 7.5.0 =
- Dynamic ApplicationType,DeviceVendor,DeviceProduct definition feature has been added.
- Support Growl-1.3 on notifications.
http://pqrs.org/macosx/keyremap4macbook/document.html#t4
- Added --StripModifierFromScrollWheel--.
- Added Option::KEYTOKEY_BEFORE_KEYDOWN, Option::KEYTOKEY_AFTER_KEYUP.
- Added KeyCode::VK_CONSUMERKEY_*.
- Some minor improvements.
- Added about 40 kinds settings to preset.
----------------------------------------------------------------------
= version 7.4.0 =
- Some improvements on Mac OS X 10.7 (Lion).
- Removed "General > Enable CapsLock LED Hack".
If you're using this setting for PCKeyboardHack,
use "No Action" configuration instead.
http://pqrs.org/macosx/keyremap4macbook/extra.html#t1p1
- Clean up "Simultaneous Vi Mode".
(and split some options into "Home Row Arrow and Modifier Mode".)
- Added "[Key Overlaid Modifier] Initial Modifier Wait" preference into "Key Repeat" tab.
KeyOverlaidModifier changes key to modifier after this wait.
This preference is useful if your typing speed is too fast.
- Added KeyCode::VK_STICKY_*_FORCE_ON, KeyCode::VK_STICKY_*_FORCE_OFF.
- Added --DropScrollWheel--.
- Some minor improvements.
- Added some settings to preset.
----------------------------------------------------------------------
= version 7.3.0 =
- Improved stability when using Sticky Keys in Universal Access.
- Improved stability when using multi-touch extension together.
- Improved "Lazy-Modifier (KeyCode::VK_LAZY_*)" behavior.
- Some minor improvements.
- Clean up the internal source code. The connection between kernel and userspace became more easier to understand.
- Added KeyCode::VK_MOUSEKEY_BUTTON_*.
- Added Option::NOREPEAT at <autogen>.
- Added DeviceProduct::ANY at <device_only>, <device_not>.
- Added about 80 kinds settings.
----------------------------------------------------------------------
= version 7.2.0 =
- Fixed a bug that Growl notification did not work in specific environment.
- Fixed a bug that the default setting of checkForUpdate was "Nothing".
- Improved multi-touch extension around sleep/wakeup.
- Added about 20 kinds settings.
----------------------------------------------------------------------
= version 7.1.0 =
- Added setting to be able to use "Logitech Number Pad" which we were not able not use in Mac OS X.
Activate "Change KeyPad Key > Logitech Number Pad Hack".
- Replaced StatusWindow with Growl.
StatusWindow was displaying the lock state of modifiers and extra message.
Now, these messages are shown by Growl.
http://pqrs.org/macosx/keyremap4macbook/img/growl.png
http://growl.info/
- Attached an application named "multi-touch extension".
This application activates specific setting while fingers touch the multi-touch device.
ThumbSense is one of the function which this application supplies.
- Improve UI of checkForUpdate.
- Fixed some bugs.
- Added about 140 kinds settings.
- Added <modifier_only>, <modifier_not> filters.
- Added --ForceNumLockOn-- to <autogen>.