Skip to content
/ T7 Public

HID foot pedal controlled transcription application

Notifications You must be signed in to change notification settings

nmset/T7

Repository files navigation

#T7

HID foot pedal controlled transcription application.

Build

$ cd T7

$ mkdir build ; cd $_

$ cmake -DCMAKE_BUILD_TYPE:STRING=Release ../

$ make -j4

Device access setup

Udev's facilities are used here. A group with read/write access to the device must be created, with users added to that group.

$ groupadd transcript

$ usermod -a -G transcript user

Create /etc/udev/rules.d/99-mypedal.rules with :

KERNEL=="hidraw[0-9]", ATTRS{idVendor}=="abcd", ATTRS{idProduct}=="efgh", MODE="0660", GROUP="transcript"*

Get 'abcd' and 'efgh' with 'lsusb' command or 'dmesg |tail' commands after plugging the foot pedal.

Remove the pedal device and plug it again. On next login, users in group 'transcript' should have read access to the device.

T7 configuration:

Open the two nested collapsible panes at the bottom of the main window.

Select the foot pedal device.

Identify each of the three pedals in turn.

Restart the application.

Declare pedal roles.

Choose an automatic rewind duration on pause.

Select a root media directory.

Refresh the list.

Double click on an item.

Use the pedals.

Disclaimer

T7 does not claim to be fit for any purpose. Use at your own risks.

Limitations

Not designed for devices with less or more than three pedals. Developed on Linux, other operating systems are not a target.

About

HID foot pedal controlled transcription application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published