Questions tagged [input-method]

10 questions
1
vote
0 answers

System-wise Agda input

Agda input is an input method for Emacs that allows one to write \bV and have the unicode inserted instead. This makes writing mathematical symbols more comfortable than it would be with the usual Ctrl+Shift+U+(unicode point), if only because it is…
Mario Román
  • 600
  • 7
  • 12
1
vote
1 answer

How to prevent input/textinput event from firing when input with an input method?

I'm trying to catch the value of an input element every time its value changed. change requires blurring the element so it is not good for my case. I came across this Javascript change event on input element fires on only losing focus question and…
shenkwen
  • 3,536
  • 5
  • 45
  • 85
0
votes
0 answers

Typing in Visual Studio Ctrl + F search window with input method appends result, how to fix it?

I use Ctrl + F, to search some characters in current file using with an input method. the new search term (new) just append to the old search term(old), instead of replacing it: How could I make it so that it replaces the old search term when using…
fall
  • 984
  • 11
  • 33
0
votes
0 answers

ibus can't add French in setting

I'm running RedHat 6.9 now and need to type French. However I can't add French cause it doesn't show in the select box. I've installed ibus-m17n and it support French. I have install ibus-m17n package and the French pack for the system, but still…
FYJ
  • 1
0
votes
0 answers

Using rime input method, how create personal dictionary?

I am using "rime input methods", ibus-rime on ubuntu 20.10. I want to create a personal dict which could relate "zhuzizhuju" to "逐字逐句”. I tried first to add dict option to "~/.config/ibus/rime/default.custom.yaml" as: patch: schema_list: -…
AbstProcDo
  • 19,953
  • 19
  • 81
  • 138
0
votes
0 answers

keyboard is truncating after changing the device orientation when Multi-Client IME is enabled

Change the device orientation to Landscape mode in multiclientinputmethod and the keyboard width is not taking up full display width. below I am attaching the snippet from where window is getting inflated. Open source repo link -…
Amartya
  • 251
  • 1
  • 15
0
votes
0 answers

How to change usb keyboard layout language using InputMethodService ,programmatically in Android?

I have a smart TV on android, I want to connect a usb keyboard and set up keyboard shortcuts like in Windows, so as not to feel discomfort from non-convenient (standard) keyboard shortcuts, and I also want to add my own implementations of…
0
votes
0 answers

In Windows git-bash, how to switch automatically between two input methods in Vim?

When I'm typing a Chinese article in Vim, I use Chinese input method in InsertMode and English input method in NormalMode. I need to switch to English input method automatically when leaving InsertMode and switch to the original input method when…
chenxia25
  • 1
  • 1
0
votes
1 answer

Disable VSCode keybindings when switching keyboards

I have a lot of custom keybindings when attaching my non-English Windows-Keyboard to my English Mac. When working directly with the Mac, I have to disable some of the bindings by commenting out a big section in the keybindings.json. How can I…
Juve
  • 10,584
  • 14
  • 63
  • 90
0
votes
1 answer

how to change input method when press in vim?

My editing steps: Type some Chinese words in insert mode. Press back to normal mode. Press change input method to English. Press keys in normal mode. I want implement "Press back to normal mode and also change input method to…
randomeval
  • 599
  • 4
  • 13