The Sillabix group
The Sillabix group
Is this in Plover? Where do you double click to change the entry belongs to? Sorry for my misunderstanding.
> Ah it's okay, my instructions were a bit unclear! > > * Select multiple dictionaries in the dictionary list in Plover. Click the first dictionary, then control+click to select...
> An alternative would be to use one of the dictionary plugins that support adding comment to entries, then just add comments etc. (it would not allow selectively disable entries...
Thanks, I'll give it a try
> If anything, I have [user202729/plover_run_shell: Run a shell command from Plover.](https://github.com/user202729/plover_run_shell). > > Works, but is unportable and maybe lengthy translation format. Hi, I found the correct powershell command...
> It's in the plugins registry, so you should be able to install it through the plugins manager. Oh my bad! I must be blind...
Ok, tried to use the shell plugin with this command to play a wav.file of a phoneme sound: powershell -c (New-Object Media.SoundPlayer "C:\Users\Compadmin_Asus\Music\phoneme.wav").PlaySync(); It works but it still opens the...
> @Sillabix have you tried https://superuser.com/questions/101974/play-a-sound-maybe-wav-from-windows-line-command#comment2093832_528490 already? Still not entirely. I have to make a few more attempts with VLC and other mediaplayer
So I tested VLC and is kinda slow and it runs in foreground so it opens briefly a window. Then, following the other suggestions in the thread, I tried with...
When you play a file with VLC using the shell plugin it opens two windows: the dos command prompt and a VLC minimized window; with fmedia instead it opens only...