Created
March 29, 2013 04:43
-
-
Save kaosf/5268791 to your computer and use it in GitHub Desktop.
yamy 設定ファイル
This file contains hidden or 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
include "109.mayu" | |
include "104on109.mayu" | |
# def subst *RightSquareBracket = *Enter | |
def subst *YenSign = *BackSpace | |
def subst *E0英数 = *E0英数 # 104on109 内の設定を無効化 | |
mod control += E0英数 | |
key *E0英数 = *LControl | |
def subst *変換 = *変換 | |
# def subst *E0無変換 = $ToggleIME | |
def subst S-C-Space = $ToggleIME | |
################################################################################ | |
# include "109.mayu" | |
# include "104on109.mayu" | |
# def subst *英数 = *英数 | |
# mod control += 英数 | |
# key *英数 = *LeftControl | |
# def subst *RightSquareBracket = *Enter | |
# include "109.mayu" | |
# include "104on109.mayu" | |
# def subst *RightSquareBracket = *Enter | |
# def subst *E0英数 = *E0英数 | |
# mod control += E0英数 | |
# key *E0英数 = *LControl | |
# def subst *変換 = *変換 | |
# def subst *E0無変換 = $ToggleIME | |
# include "109.mayu" | |
# include "104on109.mayu" | |
# def subst *YenSign = *BackSpace | |
# def subst *E0英数 = *E0英数 | |
# mod control += E0英数 | |
# key *E0英数 = *LControl | |
# def subst *変換 = *変換 | |
# def subst *E0無変換 = $ToggleIME | |
# include "109.mayu" | |
# mod control += E0英数 | |
# key *E0英数 = *LControl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment