-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change EOL style to CRLF to adjust to default setting of Visual Studio
- Loading branch information
U-i7\gimy
committed
Jul 11, 2009
1 parent
a6c048d
commit b44c0cb
Showing
82 changed files
with
22,882 additions
and
22,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
# ���g���̗J�T - 104on109.mayu | ||
# Copyright (C) 1999-2005, TAGA Nayuta <nayuta@users.sourceforge.net> | ||
# | ||
|
||
define KBD104on109 | ||
|
||
def subst ~S-*���p/�S�p = $GRAVE_ACCENT | ||
def subst S-*���p/�S�p = $TILDE | ||
def subst A-���p/�S�p = $ToggleIME | ||
def subst ~S-*E0���p/�S�p = $GRAVE_ACCENT | ||
def subst S-*E0���p/�S�p = $TILDE | ||
def subst A-E0���p/�S�p = $ToggleIME | ||
def subst S-*_2 = $COMMERCIAL_AT | ||
def subst S-*_6 = $CIRCUMFLEX_ACCENT | ||
def subst S-*_7 = $AMPERSAND | ||
def subst S-*_8 = $ASTERISK | ||
def subst S-*_9 = $LEFT_PARENTHESIS | ||
def subst S-*_0 = $RIGHT_PARENTHESIS | ||
def subst S-*Hyphen = $LOW_LINE | ||
def subst ~S-*Caret = $EQUALS_SIGN | ||
def subst S-*Caret = $PLUS_SIGN | ||
def subst ~S-*Atmark = $LEFT_SQUARE_BRACKET | ||
def subst S-*Atmark = $LEFT_CURLY_BRACKET | ||
def subst ~S-*OpenBracket = $RIGHT_SQUARE_BRACKET | ||
def subst S-*OpenBracket = $RIGHT_CURLY_BRACKET | ||
def subst ~S-*CloseBracket = $REVERSE_SOLIDUS | ||
def subst S-*CloseBracket = $VERTICAL_LINE | ||
def subst S-*Semicolon = $COLON | ||
def subst ~S-*Colon = $APOSTROPHE | ||
def subst S-*Colon = $QUOTATION_MARK | ||
def subst *���ϊ� = *Space | ||
def subst *�ϊ� = *Space | ||
def subst *�Ђ炪�� = *Space | ||
def subst *�p�� = S-*�p�� | ||
def subst *E0�Ђ炪�� = *Space | ||
def subst *E0�p�� = S-*�p�� | ||
def subst *ReverseSolidus = *RightShift | ||
|
||
keymap Global | ||
mod shift += ReverseSolidus | ||
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
# ���g���̗J�T - 104on109.mayu | ||
# Copyright (C) 1999-2005, TAGA Nayuta <nayuta@users.sourceforge.net> | ||
# | ||
define KBD104on109 | ||
def subst ~S-*���p/�S�p = $GRAVE_ACCENT | ||
def subst S-*���p/�S�p = $TILDE | ||
def subst A-���p/�S�p = $ToggleIME | ||
def subst ~S-*E0���p/�S�p = $GRAVE_ACCENT | ||
def subst S-*E0���p/�S�p = $TILDE | ||
def subst A-E0���p/�S�p = $ToggleIME | ||
def subst S-*_2 = $COMMERCIAL_AT | ||
def subst S-*_6 = $CIRCUMFLEX_ACCENT | ||
def subst S-*_7 = $AMPERSAND | ||
def subst S-*_8 = $ASTERISK | ||
def subst S-*_9 = $LEFT_PARENTHESIS | ||
def subst S-*_0 = $RIGHT_PARENTHESIS | ||
def subst S-*Hyphen = $LOW_LINE | ||
def subst ~S-*Caret = $EQUALS_SIGN | ||
def subst S-*Caret = $PLUS_SIGN | ||
def subst ~S-*Atmark = $LEFT_SQUARE_BRACKET | ||
def subst S-*Atmark = $LEFT_CURLY_BRACKET | ||
def subst ~S-*OpenBracket = $RIGHT_SQUARE_BRACKET | ||
def subst S-*OpenBracket = $RIGHT_CURLY_BRACKET | ||
def subst ~S-*CloseBracket = $REVERSE_SOLIDUS | ||
def subst S-*CloseBracket = $VERTICAL_LINE | ||
def subst S-*Semicolon = $COLON | ||
def subst ~S-*Colon = $APOSTROPHE | ||
def subst S-*Colon = $QUOTATION_MARK | ||
def subst *���ϊ� = *Space | ||
def subst *�ϊ� = *Space | ||
def subst *�Ђ炪�� = *Space | ||
def subst *�p�� = S-*�p�� | ||
def subst *E0�Ђ炪�� = *Space | ||
def subst *E0�p�� = S-*�p�� | ||
def subst *ReverseSolidus = *RightShift | ||
keymap Global | ||
mod shift += ReverseSolidus |
Oops, something went wrong.