-
Notifications
You must be signed in to change notification settings - Fork 21
/
Readme.txt
142 lines (107 loc) · 4.73 KB
/
Readme.txt
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
XKeymacs - Keyboard Utility for Windows
========================================
About
-----
XKeymacs provides key bindings like Emacs for applications running
on Microsoft Windows. You can also configure bindings for each
application.
Install
-------
1. Install the following runtime libraries. The latter is necessary
only on 64bit versions of Windows.
- Visual C++ Redistributable for Visual Studio 2015 (x86)
<http://tinyurl.com/vc2015x86>
- Visual C++ Redistributable for Visual Studio 2015 (x64)
<http://tinyurl.com/vc2015x64>
2. Extract the zip archive to an appropriate folder.
Upgrade or Uninstall
--------------------
1. Disable the "Auto Run" option of XKeymacs.
2. Reboot windows.
On upgrade
3. Overwrite the existing files with the files in the zip of new version.
On uninstall
3. Delete the directory containing XKeymacs.
4. Run regedit and delete the following values:
HKEY_CURRENT_USER\Software\oishi\XKeymacs
HKEY_CURRENT_USER\Software\oishi\XKeymacs2
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\XKeymacs
Usage
-----
### Run and exit
Run xkeymacs.exe. It automatically run xkeymacs64.exe on 64bit
versions of Windows. The gold key icon appears in the notification
area when XKeymacs is running.
To exit XKeymacs, right-click the gold (or silver) key icon, and
select Exit in the pop up menu.
### Properties
Right-click the gold key icon and select "Properties...", you can
set key assigns per application.
Properties dialog has three tabs: Basic, Advanced and List. The same
configuration is shown by different formats in these tabs. In Basic
tab, you can configure whether or not each key combination works
like Emacs. In Advanced tab, you can configure keys assignments for
each command. In Lis tab, you can take a look at the configuration.
### Import and export properties
Select "Import Properties...", you can import an exported file.
Select "Export Properties...", you can export the configuration under the
following registry key to a file.
**These features do not currently work.**
HKEY_CURRENT_USER\Software\Oishi\XKeymacs2
### Options
Select "Options...", you can set whether or not:
1. run XKeymacs when you logon Windows
2. enable file completion on the Command Prompt
3. display C-x-, Shift, Ctrl and Alt LED in the notification area
### Keyboard layout
Select "Keyboard Layout...", you can modify the keyboard layout.
Drag & drop a key from the base keyboard to the remapped keyboard.
The dropped key turns red. You can cancel the remap by clicking the red key.
**This feature does not currently work.**
XKeymacs only uses the feature of remapping scan codes provided by Windows,
so the remapping is not canceled after you disable or uninstall XKeymacs.
If you want to cancel remmapping without XKeymacs, delete the following
value by regedit.
HKEY_CURRENT_USER\Keyboard Layout\Scancode Map
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout\Scancode Map
### Others
Select "Disable" or "Enable" in the right-click menu when you
disable or enable XKeymacs. You can toggle with C-q, too. Select
"Reset" when XKeymacs becomes not effective by some chance.
Support
-------
Web site
<http://xkeymacs.osdn.jp/>
Mailing list
<https://lists.osdn.me/mailman/listinfo/xkeymacs-users-en>
Copyright
---------
Oishi-san <oishi@cam.hi-ho.ne.jp> owns the copyright of the code
derived from XKeymacs 3.48.
The following developers have the copyrights of their contributions.
* Kazuhiro Fujieda <fujieda@users.osdn.me>
* Tomohiro Kashiwada <kikairoya@gmail.com>
* Harold Bamford <hbamford@users.sourceforge.net>
* co <cogood@gmail.com>
License
-------
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License on the followwing URL for more details.
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
Acknowledgments
----------------
We thank Noguchi-san for creating Keymacs of the origin of XKeymacs,
Timothy-san for helping to write documentations, Hamada-san for
writing classes to save any data in kill-ring, and XKeymacs mailing
list members for suggesting new functions, reporting many defects,
and creating patches.
We thank Oishi-san for creating XKeymacs and continuing to develop
it for long years.
---
Kazuhiro Fujieda <fujieda@users.osdn.me>