並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

input_methodの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

input_methodに関するエントリは4件あります。 vimarticle などが関連タグです。 人気エントリには 『Vim Input Method Editor』などがあります。
  • Vim Input Method Editor

    この記事はVim駅伝の7本目の記事です。 VimをIME代わりにするVIMEというソフトウェアがvim-jpで紹介された際に試しましたが上手く動かなかったので、カッとなって作ったスクリプトを紹介します。 #!/bin/bash -u wezterm start --class Floaterm nvim /tmp/clip || exit 1 if [[ -e /tmp/clip ]]; then head -c -1 /tmp/clip | xclip -selection clipboard notify-send -t 1000 copied rm -f /tmp/clip fi すると Mod4(Super)+c を押すと画面中央にWezTerm+Vimが立ち上がります。後はコピーしたい内容を入力し保存終了したらクリップボードにコピーされるので貼り付けるだけです。自作の日本語入力プ

      Vim Input Method Editor
    • GitHub - algon-320/vime: Using Vim as an input method for X11 apps

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - algon-320/vime: Using Vim as an input method for X11 apps
      • XIM(X Input Method)日本語入力の流れ - Qiita

        「X Window Systemの日本語入力はどうなっているんだろう?」 そう考えた筆者が、日本語入力の流れを調べてみました。 C言語、X11プログラミングに関する文章です。 使用OS:ubuntu16.04 日本語入力に対応していないプログラム まず初めにキーボードから文字を入力するプログラムを作ります。 #include <stdio.h> #include <locale.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/keysym.h> int main(void) { Display* dpy = XOpenDisplay(NULL); Window win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy), 0, 0, 100, 100, 0, 0, 0

          XIM(X Input Method)日本語入力の流れ - Qiita
        • GitHub - mtgto/macSKK: Yet Another macOS SKK Input Method

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

            GitHub - mtgto/macSKK: Yet Another macOS SKK Input Method
          1

          新着記事