Skip to content

Instantly share code, notes, and snippets.

@oktopus1959
Created March 24, 2024 03:04
Show Gist options
  • Save oktopus1959/f4c05e862ea76d39bf003f2b0dd7ee73 to your computer and use it in GitHub Desktop.
Save oktopus1959/f4c05e862ea76d39bf003f2b0dd7ee73 to your computer and use it in GitHub Desktop.
「薙刀式」配列の横書き版
#define display-name "薙刀式配列v15(fix版)横"
;;***********************************************
;; 縦書き用の定義ファイルを読み込む
;;***********************************************
#include "naginata15fix.tbl"
;;***********************************************
;; 矢印キーの再定義
;;***********************************************
#defineKey ↑ Left
#defineKey ↓ Right
#defineKey ← Down
#defineKey → Up
;;****************************
;; IME ON/OFF
;; HJ: ON / FG: OFF
#combination oneShot
#enableAlways ;; 常時有効
-J,H>!{ImeOn}
-F,G>!{ImeOff}
#end enableAlways ;; ここまで
#end combination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment