スポンサーサイト
上記の広告は1ヶ月以上更新のないブログに表示されています。
新しい記事を書く事で広告が消せます。
新しい記事を書く事で広告が消せます。
携帯電話アプリプログラマが日々のメモを記録するブログです。
enum Test {
HOGE1, HOGE2, HOGE3
};
void Func()
{
// a => HOGE2
Test a = (Test)System.Enum.Parse(typeof(Test), 1.ToString());
}
(setq mac-option-modifier 'meta) - Sets the option key as Meta (this is default)
(setq mac-command-modifier 'meta) - Sets the command (Apple) key as Meta
(setq mac-control-modifier 'meta) - Sets the control key as Meta
(setq mac-function-modifier 'meta) - Sets the function key as Meta (limitations on non-English keyboards)