-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvoice-typing-ibus.xml
More file actions
24 lines (24 loc) · 844 Bytes
/
voice-typing-ibus.xml
File metadata and controls
24 lines (24 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<component>
<name>org.freedesktop.IBus.VoiceTyping</name>
<description>Voice Typing Input Method</description>
<exec>/home/jordan/voice-typing-nix/ibus-engine-voice-typing</exec>
<version>1.0</version>
<author>Voice Typing</author>
<license>MIT</license>
<homepage></homepage>
<textdomain>voice-typing</textdomain>
<engines>
<engine>
<name>voice-typing</name>
<longname>Voice Typing</longname>
<description>Voice-to-text input via streaming STT</description>
<language>en</language>
<license>MIT</license>
<author>Voice Typing</author>
<icon>audio-input-microphone</icon>
<layout>us</layout>
<rank>0</rank>
</engine>
</engines>
</component>