Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
example.lircrc
Package: vlc-1.0.5.zip [view]
Upload User: kjfoods
Upload Date: 2020-07-06
Package Size: 29949k
Code Size: 2k
Category:
midi program
Development Platform:
Unix_Linux
- # This is an example .lircrc file that shows the different config strings that
- # vlc understand. Button names are from an animax remote, and these may change
- # with different remotes.
- # The current full list of config strings vlc understands is always in vlc's
- # src/libvlc.h file. Look for lines like:
- # add_key( "key-fullscreen", KEY_FULLSCREEN, NULL, FULLSCREEN_KEY_TEXT,
- # FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );
- # You will need the first argument of these lines. in this case: key-fullscreen
- begin
- prog = vlc
- button = PLAY_UP
- config = key-play
- end
- begin
- prog = vlc
- button = PAUSE_UP
- config = key-pause
- end
- # Use this target if you have a combined play/pause button
- begin
- prog = vlc
- button = PLAY_UP
- config = key-play-pause
- end
- begin
- prog = vlc
- button = STOP_UP
- config = key-stop
- end
- begin
- prog = vlc
- button = POWER_UP
- config = key-quit
- end
- begin
- prog = vlc
- button = SKIP_FORWARD_UP
- config = key-next
- end
- begin
- prog = vlc
- button = SKIP_BACKWARD
- config = key-prev
- end
- begin
- prog = vlc
- button = RED_BUTTON_UP
- config = key-fullscreen
- end
- begin
- prog = vlc
- button = REWIND_UP
- config = key-slower
- end
- begin
- prog = vlc
- button = FORWARD_UP
- config = key-faster
- end
- #Audio controls
- begin
- prog = vlc
- button = VOLUME_DOWN_DOWN
- config = key-vol-down
- end
- begin
- prog = vlc
- button = VOLUME_UP_DOWN
- config = key-vol-up
- end
- begin
- prog = vlc
- button = SOMEBUTTON
- config = key-audio-track
- end
- begin
- prog = vlc
- button = MUTE_UP
- config = key-vol-mute
- end
- #For dvd navigation
- begin
- prog = vlc
- button = 4_UP
- config = key-nav-left
- end
- begin
- prog = vlc
- button = 5_UP
- config = key-nav-down
- end
- begin
- prog = vlc
- button = 2_UP
- config = key-nav-up
- end
- begin
- prog = vlc
- button = 6_UP
- config = key-nav-right
- end
- begin
- prog = vlc
- button = MENU_UP
- config = key-nav-activate
- end
- begin
- prog = vlc
- button = 9_UP
- config = key-subtitle-track
- end