forked from sclayer/dvb-remote-key-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
gnatali/dvb-remote-key-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This programm was created by Hagen Fritsch and updates by Sylvain Clayer under licence GPL This programm is designed to make changing keycodes for DVB-T Remotes easier. Works by patching the appropriate kernel-modules. --------------------------------------------------- Needs to be run as root for patching kernel-modules. Programm is designed for an azerty and qwerty keyboard --------------------------------------------------- Use: 1. Download the files named « dvb-remote-key-editor.py », « input_azerty.h » and « input_qwerty.h » in a same directory. 2. Launch a CLI (command line interface) and enter « $ gksudo python dvb-remote-key-editor.py ». 3. You can choose the keyboard configuration in the menu "Keyboard" -> QWERTY or AZERTY, depend of your keyboard configuration 4. Choose the DVB-T Remote you want by clicking on the buttons or in the menu « Load ». 5. Make the changes you want in the keycodes. 6. Click on « Save changes to kernel module ». 7. Close the programm and write in a CLI to reload the kernel module: $ sudo rmmod name_of_the_kernel_module #(ex: dvb_usb_cinergyT2) $ sudo modprobe name_of_the_kernel_module #(ex: dvb_usb_cinergyT2) Enjoy the remote... We couldn't find a README for this repository, we strongly recommend adding one.
About
Key editor for DVB-T Remotes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 71.6%
- Python 28.4%