Advertisement
Guest User

lircrc imon confgi

a guest
Feb 28th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.80 KB | None | 0 0
  1. # .lircrc file for Ahanix IMON Multi-median remote
  2. #
  3. # Created July 3, 2004 by Venky Raju <dev@venky.ws>
  4. #
  5. #
  6. # Last modified: March 29, 2010 by R.G.Newbury
  7. # For use with the imon.ko/devinput driver combo
  8. # Todo: Map remaining mythtv keys
  9. # Save this file in ~/.mythtv/lircrc
  10. # Saved as /home/mythtv/.mythtv/lircrc
  11. # With symlink from /root/.lircrc and /home/mythtv/.lircrc
  12. #
  13. # -------------- Begin section for irexec ------------------
  14.  
  15. # Red button, starts mythfrontend
  16. begin
  17. prog = irexec
  18. button = KEY_POWER
  19. repeat = 5
  20. config = /usr/local/sbin/mythpowerbutton.sh
  21. end
  22.  
  23. # -------------- End section for irexec --------------------
  24. #------------- Begin section for mythtv -------------------
  25.  
  26. # Green button assigned to Escape at present
  27.  
  28. begin
  29. prog = irexec
  30. button = KEY_EXIT
  31. # AppExit 0x288195B7
  32. repeat = 1
  33. config = Esc
  34. end
  35.  
  36. # Number Keys
  37.  
  38. begin
  39. prog = mythtv
  40. button = KEY_NUMERIC_1
  41. repeat = 1
  42. config = 1
  43. end
  44.  
  45. begin
  46. prog = mythtv
  47. button = KEY_NUMERIC_2
  48. repeat = 1
  49. config = 2
  50. end
  51.  
  52. begin
  53. prog = mythtv
  54. button = KEY_NUMERIC_3
  55. repeat = 1
  56. config = 3
  57. end
  58.  
  59. begin
  60. prog = mythtv
  61. button = KEY_NUMERIC_4
  62. repeat = 1
  63. config = 4
  64. end
  65.  
  66. begin
  67. prog = mythtv
  68. button = KEY_NUMERIC_5
  69. repeat = 1
  70. config = 5
  71. end
  72.  
  73. begin
  74. prog = mythtv
  75. button = KEY_NUMERIC_6
  76. repeat = 1
  77. config = 6
  78. end
  79.  
  80. begin
  81. prog = mythtv
  82. button = KEY_NUMERIC_7
  83. repeat = 1
  84. config = 7
  85. end
  86.  
  87. begin
  88. prog = mythtv
  89. button = KEY_NUMERIC_8
  90. repeat = 1
  91. config = 8
  92. end
  93.  
  94. begin
  95. prog = mythtv
  96. button = KEY_NUMERIC_9
  97. repeat = 1
  98. config = 9
  99. end
  100.  
  101. begin
  102. prog = mythtv
  103. button = KEY_NUMERIC_0
  104. repeat = 1
  105. config = 0
  106. end
  107. # **********************
  108.  
  109. begin
  110. prog = mythtv
  111. button = KEY_RECORD
  112. # Record
  113. repeat = 1
  114. config = R
  115. end
  116.  
  117. begin
  118. prog = mythtv
  119. button = KEY_PLAY
  120. # Play
  121. repeat = 1
  122. config = P
  123. end
  124.  
  125. begin
  126. prog = mythtv
  127. button = KEY_EJECTCD
  128. # SlowMotion
  129. repeat = 1
  130. config = J
  131. end
  132.  
  133. begin
  134. prog = mythtv
  135. button = KEY_REWIND
  136. # Rewind
  137. repeat = 1
  138. config = Left
  139. end
  140.  
  141. begin
  142. prog = mythtv
  143. button = KEY_PAUSE
  144. # Pause
  145. repeat = 1
  146. config = P
  147. end
  148.  
  149. begin
  150. prog = mythtv
  151. button = KEY_FASTFORWARD
  152. # FastForward
  153. repeat = 1
  154. config = Right
  155. end
  156.  
  157. begin
  158. prog = mythtv
  159. button = KEY_PREVIOUS
  160. # PrevChapter
  161. repeat = 1
  162. config = PgUp
  163. end
  164.  
  165. begin
  166. prog = mythtv
  167. button = KEY_STOP
  168. # Stop
  169. repeat = 1
  170. config = Esc
  171. end
  172.  
  173. begin
  174. prog = mythtv
  175. button = KEY_NEXT
  176. # NextChapter
  177. repeat = 1
  178. config = PgDown
  179. end
  180.  
  181. begin
  182. prog = mythtv
  183. button = KEY_ESC
  184. repeat = 1
  185. config = Esc
  186. end
  187.  
  188. begin
  189. prog = mythtv
  190. button = KEY_EJECTCLOSECD
  191. # Eject key for delete
  192. repeat = 1
  193. config = D
  194. end
  195.  
  196. begin
  197. prog = mythtv
  198. button = KEY_DASHBOARD
  199. # Applauncher
  200. repeat = 1
  201. config = M
  202. end
  203.  
  204. begin
  205. prog = mythtv
  206. button = KEY_ENTER
  207. # Go or MultiMon
  208. repeat = 1
  209. config = Enter
  210. end
  211.  
  212. begin
  213. prog = mythtv
  214. button = KEY_CYCLEWINDOWS
  215. # TaskSwitcher
  216. repeat = 1
  217. config = I
  218. end
  219.  
  220. begin
  221. prog = mythtv
  222. button = KEY_TIME
  223. # Timer
  224. repeat = 1
  225. config = Z
  226. end
  227.  
  228. begin
  229. prog = mythtv
  230. button = KEY_MUTE
  231. repeat = 1
  232. config = O
  233. end
  234.  
  235. begin
  236. prog = mythtv
  237. button = KEY_VOLUMEDOWN
  238. repeat = 1
  239. config = [
  240. end
  241.  
  242. begin
  243. prog = mythtv
  244. button = KEY_VOLUMEUP
  245. repeat = 1
  246. config = ]
  247. end
  248.  
  249. begin
  250. prog = mythtv
  251. button = KEY_CHANNELUP
  252. repeat = 1
  253. config = Up
  254. end
  255.  
  256. begin
  257. prog = mythtv
  258. button = KEY_CHANNELDOWN
  259. repeat = 1
  260. config = Down
  261. end
  262.  
  263. begin
  264. prog = mythtv
  265. button = KEY_NUMERIC_STAR
  266. # SHIFT TAB
  267. repeat = 1
  268. config = Home
  269. end
  270.  
  271.  
  272. begin
  273. prog = mythtv
  274. button = KEY_NUMERIC_POUND
  275. # Tab
  276. repeat = 1
  277. config = End
  278. end
  279.  
  280. begin
  281. prog = mythtv
  282. button = KEY_VIDEO
  283. # MyMovie
  284. repeat = 1
  285. config = O
  286. end
  287.  
  288. begin
  289. prog = mythtv
  290. button = KEY_AUDIO
  291. # MyMusic
  292. repeat = 1
  293. config = O
  294. end
  295.  
  296. begin
  297. prog = mythtv
  298. button = KEY_CAMERA
  299. # MyPhoto
  300. repeat = 1
  301. config = O
  302. end
  303.  
  304. begin
  305. prog = mythtv
  306. button = KEY_TV
  307. # MyTV
  308. repeat = 1
  309. config = I
  310. end
  311.  
  312. begin
  313. prog = mythtv
  314. button = KEY_BOOKMARKS
  315. # BookMark
  316. repeat = 1
  317. config = K
  318. end
  319.  
  320. begin
  321. prog = mythtv
  322. button = KEY_MEDIA
  323. # Thumbnail
  324. repeat = 1
  325. config = G
  326. end
  327.  
  328. begin
  329. prog = mythtv
  330. button = KEY_ZOOM
  331. # AspectRatio
  332. repeat = 1
  333. config = W
  334. end
  335.  
  336. begin
  337. prog = mythtv
  338. button = KEY_SCREEN
  339. # Fullscreen
  340. repeat = 1
  341. config = F
  342. end
  343.  
  344. begin
  345. prog = mythtv
  346. button = KEY_DVD
  347. # MyDVD
  348. repeat = 1
  349. config = E
  350. end
  351.  
  352. begin
  353. prog = mythtv
  354. button = KEY_MEMO
  355. repeat = 1
  356. config = M
  357. end
  358.  
  359. begin
  360. prog = mythtv
  361. button = KEY_SUBTITLE
  362. # Caption for PiP
  363. repeat = 1
  364. config = E
  365. end
  366.  
  367. begin
  368. prog = mythtv
  369. button = KEY_LANGUAGE
  370. # Language for Swap PiP now Edit
  371. repeat = 1
  372. config = V
  373. end
  374.  
  375. ############ PAD SECTION CLOCKWISE FROM TOP
  376.  
  377.  
  378. begin
  379. prog = mythtv
  380. button = KEY_KEYBOARD
  381. # MouseKeyboard
  382. repeat = 1
  383. config = Up
  384. end
  385.  
  386. begin
  387. prog = mythtv
  388. button = KEY_SPACE
  389. # select-space
  390. repeat = 1
  391. config = End
  392. end
  393.  
  394. begin
  395. prog = mythtv
  396. button = KEY_COMPOSE
  397. # MouseMenu Right
  398. repeat = 1
  399. config = Right
  400. end
  401.  
  402. #begin
  403. # prog = mythtv
  404. # button = KEY_HANJA
  405. # # MouseRightClick DOES NOT WORK
  406. # repeat = 1
  407. # config = PageDown
  408. #end
  409.  
  410. #begin
  411. # prog = mythtv
  412. # button = KEY_ENTER
  413. # Enter
  414. # repeat = 1
  415. # config = Down
  416. #end
  417.  
  418. #begin
  419. # prog = mythtv
  420. # button = KEY_HANGEUL DOES NOT WORK
  421. # # MouseLeftClick
  422. # repeat = 1
  423. # config = PageUp
  424. #end
  425.  
  426. begin
  427. prog = mythtv
  428. button = KEY_CONTEXT_MENU
  429. # WindowsKey Left
  430. repeat = 1
  431. config = E
  432. end
  433.  
  434. begin
  435. prog = mythtv
  436. button = KEY_BACKSPACE
  437. repeat = 1
  438. config = Home
  439. end
  440. ################################################
  441. # Round Pad 'Keys'
  442. # DON'T WORK!
  443. begin
  444. prog = mythtv
  445. button = KEY_UP
  446. repeat = 2
  447. config = Up
  448. end
  449.  
  450. begin
  451. prog = mythtv
  452. button = KEY_RIGHT
  453. repeat = 1
  454. config = Right
  455. end
  456.  
  457. begin
  458. prog = mythtv
  459. button = KEY_DOWN
  460. repeat = 2
  461. config = Down
  462. end
  463.  
  464. begin
  465. prog = mythtv
  466. button = KEY_LEFT
  467. repeat = 1
  468. config = Left
  469. end
  470.  
  471.  
  472. ############### -------------- End section for mythtv --------------------
  473.  
  474. ##
  475. # xine key bindings.
  476. # Automatically generated by xine-ui version 0.99.1.
  477. ##
  478.  
  479. # start playback
  480. begin
  481. remote = Ahanix_IMON
  482. button = Play
  483. prog = xine
  484. repeat = 0
  485. config = Play
  486. end
  487.  
  488. # playback pause toggle
  489. begin
  490. remote = Ahanix_IMON
  491. button = Pause
  492. prog = xine
  493. repeat = 0
  494. config = Pause
  495. end
  496.  
  497. # stop playback
  498. begin
  499. remote = Ahanix_IMON
  500. button = Stop
  501. prog = xine
  502. repeat = 0
  503. config = Stop
  504. end
  505.  
  506. # take a snapshot
  507. begin
  508. remote = Ahanix_IMON
  509. button = MyPhoto
  510. prog = xine
  511. repeat = 0
  512. config = Snapshot
  513. end
  514.  
  515. # eject the current medium
  516. begin
  517. remote = Ahanix_IMON
  518. button = Eject
  519. prog = xine
  520. repeat = 0
  521. config = Eject
  522. end
  523.  
  524. # select and play next MRL in the playlist
  525. begin
  526. remote = Ahanix_IMON
  527. button = NextChapter
  528. prog = xine
  529. repeat = 0
  530. config = NextMrl
  531. end
  532.  
  533. # select and play previous MRL in the playlist
  534. begin
  535. remote = Ahanix_IMON
  536. button = PrevChapter
  537. prog = xine
  538. repeat = 0
  539. config = PriorMrl
  540. end
  541.  
  542. # loop mode toggle
  543. begin
  544. remote = Ahanix_IMON
  545. button = xxxxx
  546. prog = xine
  547. repeat = 0
  548. config = ToggleLoopMode
  549. end
  550.  
  551. # stop playback after played stream
  552. begin
  553. remote = Ahanix_IMON
  554. button = xxxxx
  555. prog = xine
  556. repeat = 0
  557. config = PlaylistStop
  558. end
  559.  
  560. # scan playlist to grab stream infos
  561. begin
  562. remote = Ahanix_IMON
  563. button = xxxxx
  564. prog = xine
  565. repeat = 0
  566. config = ScanPlaylistInfo
  567. end
  568.  
  569. # add a mediamark from current playback
  570. begin
  571. remote = Ahanix_IMON
  572. button = Bookmark
  573. prog = xine
  574. repeat = 0
  575. config = AddMediamark
  576. end
  577.  
  578. # edit selected mediamark
  579. begin
  580. remote = Ahanix_IMON
  581. button = xxxxx
  582. prog = xine
  583. repeat = 0
  584. config = MediamarkEditor
  585. end
  586.  
  587. # set position to -60 seconds in current stream
  588. begin
  589. remote = Ahanix_IMON
  590. button = Ch-
  591. prog = xine
  592. repeat = 0
  593. config = SeekRelative-60
  594. end
  595.  
  596. # set position to +60 seconds in current stream
  597. begin
  598. remote = Ahanix_IMON
  599. button = Ch+
  600. prog = xine
  601. repeat = 0
  602. config = SeekRelative+60
  603. end
  604.  
  605. # set position to -30 seconds in current stream
  606. begin
  607. remote = Ahanix_IMON
  608. button = xxxxx
  609. prog = xine
  610. repeat = 0
  611. config = SeekRelative-30
  612. end
  613.  
  614. # set position to +30 seconds in current stream
  615. begin
  616. remote = Ahanix_IMON
  617. button = xxxxx
  618. prog = xine
  619. repeat = 0
  620. config = SeekRelative+30
  621. end
  622.  
  623. # set position to -15 seconds in current stream
  624. begin
  625. remote = Ahanix_IMON
  626. button = xxxxx
  627. prog = xine
  628. repeat = 0
  629. config = SeekRelative-15
  630. end
  631.  
  632. # set position to +15 seconds in current stream
  633. begin
  634. remote = Ahanix_IMON
  635. button = xxxxx
  636. prog = xine
  637. repeat = 0
  638. config = SeekRelative+15
  639. end
  640.  
  641. # set position to -7 seconds in current stream
  642. begin
  643. remote = Ahanix_IMON
  644. button = xxxxx
  645. prog = xine
  646. repeat = 0
  647. config = SeekRelative-7
  648. end
  649.  
  650. # set position to +7 seconds in current stream
  651. begin
  652. remote = Ahanix_IMON
  653. button = xxxxx
  654. prog = xine
  655. repeat = 0
  656. config = SeekRelative+7
  657. end
  658.  
  659. # set position to beginning of current stream
  660. begin
  661. remote = Ahanix_IMON
  662. button = xxxxx
  663. prog = xine
  664. repeat = 0
  665. config = SetPosition0%
  666. end
  667.  
  668. # set position to 10% of current stream
  669. begin
  670. remote = Ahanix_IMON
  671. button = xxxxx
  672. prog = xine
  673. repeat = 0
  674. config = SetPosition10%
  675. end
  676.  
  677. # set position to 20% of current stream
  678. begin
  679. remote = Ahanix_IMON
  680. button = xxxxx
  681. prog = xine
  682. repeat = 0
  683. config = SetPosition20%
  684. end
  685.  
  686. # set position to 30% of current stream
  687. begin
  688. remote = Ahanix_IMON
  689. button = xxxxx
  690. prog = xine
  691. repeat = 0
  692. config = SetPosition30%
  693. end
  694.  
  695. # set position to 40% of current stream
  696. begin
  697. remote = Ahanix_IMON
  698. button = xxxxx
  699. prog = xine
  700. repeat = 0
  701. config = SetPosition40%
  702. end
  703.  
  704. # set position to 50% of current stream
  705. begin
  706. remote = Ahanix_IMON
  707. button = xxxxx
  708. prog = xine
  709. repeat = 0
  710. config = SetPosition50%
  711. end
  712.  
  713. # set position to 60% of current stream
  714. begin
  715. remote = Ahanix_IMON
  716. button = xxxxx
  717. prog = xine
  718. repeat = 0
  719. config = SetPosition60%
  720. end
  721.  
  722. # set position to 70% of current stream
  723. begin
  724. remote = Ahanix_IMON
  725. button = xxxxx
  726. prog = xine
  727. repeat = 0
  728. config = SetPosition70%
  729. end
  730.  
  731. # set position to 80% of current stream
  732. begin
  733. remote = Ahanix_IMON
  734. button = xxxxx
  735. prog = xine
  736. repeat = 0
  737. config = SetPosition80%
  738. end
  739.  
  740. # set position to 90% of current stream
  741. begin
  742. remote = Ahanix_IMON
  743. button = xxxxx
  744. prog = xine
  745. repeat = 0
  746. config = SetPosition90%
  747. end
  748.  
  749. # increment playback speed
  750. begin
  751. remote = Ahanix_IMON
  752. button = xxxxx
  753. prog = xine
  754. repeat = 0
  755. config = SpeedFaster
  756. end
  757.  
  758. # decrement playback speed
  759. begin
  760. remote = Ahanix_IMON
  761. button = xxxxx
  762. prog = xine
  763. repeat = 0
  764. config = SpeedSlower
  765. end
  766.  
  767. # reset playback speed
  768. begin
  769. remote = Ahanix_IMON
  770. button = xxxxx
  771. prog = xine
  772. repeat = 0
  773. config = SpeedReset
  774. end
  775.  
  776. # increment audio volume
  777. begin
  778. remote = Ahanix_IMON
  779. button = Vol+
  780. prog = xine
  781. repeat = 0
  782. config = Volume+
  783. end
  784.  
  785. # decrement audio volume
  786. begin
  787. remote = Ahanix_IMON
  788. button = Vol-
  789. prog = xine
  790. repeat = 0
  791. config = Volume-
  792. end
  793.  
  794. # increment amplification level
  795. begin
  796. remote = Ahanix_IMON
  797. button = xxxxx
  798. prog = xine
  799. repeat = 0
  800. config = Amp+
  801. end
  802.  
  803. # decrement amplification level
  804. begin
  805. remote = Ahanix_IMON
  806. button = xxxxx
  807. prog = xine
  808. repeat = 0
  809. config = Amp-
  810. end
  811.  
  812. # reset amplification to default value
  813. begin
  814. remote = Ahanix_IMON
  815. button = xxxxx
  816. prog = xine
  817. repeat = 0
  818. config = ResetAmp
  819. end
  820.  
  821. # audio muting toggle
  822. begin
  823. remote = Ahanix_IMON
  824. button = Mute
  825. prog = xine
  826. repeat = 0
  827. config = Mute
  828. end
  829.  
  830. # select next audio channel
  831. begin
  832. remote = Ahanix_IMON
  833. button = xxxxx
  834. prog = xine
  835. repeat = 0
  836. config = AudioChannelNext
  837. end
  838.  
  839. # select previous audio channel
  840. begin
  841. remote = Ahanix_IMON
  842. button = xxxxx
  843. prog = xine
  844. repeat = 0
  845. config = AudioChannelPrior
  846. end
  847.  
  848. # select next sub picture (subtitle) channel
  849. begin
  850. remote = Ahanix_IMON
  851. button = xxxxx
  852. prog = xine
  853. repeat = 0
  854. config = SpuNext
  855. end
  856.  
  857. # select previous sub picture (subtitle) channel
  858. begin
  859. remote = Ahanix_IMON
  860. button = xxxxx
  861. prog = xine
  862. repeat = 0
  863. config = SpuPrior
  864. end
  865.  
  866. # interlaced mode toggle
  867. begin
  868. remote = Ahanix_IMON
  869. button = xxxxx
  870. prog = xine
  871. repeat = 0
  872. config = ToggleInterleave
  873. end
  874.  
  875. # cycle aspect ratio values
  876. begin
  877. remote = Ahanix_IMON
  878. button = xxxxx
  879. prog = xine
  880. repeat = 0
  881. config = ToggleAspectRatio
  882. end
  883.  
  884. # reduce the output window size by factor 1.2
  885. begin
  886. remote = Ahanix_IMON
  887. button = xxxxx
  888. prog = xine
  889. repeat = 0
  890. config = WindowReduce
  891. end
  892.  
  893. # enlarge the output window size by factor 1.2
  894. begin
  895. remote = Ahanix_IMON
  896. button = xxxxx
  897. prog = xine
  898. repeat = 0
  899. config = WindowEnlarge
  900. end
  901.  
  902. # set video output window to 50%
  903. begin
  904. remote = Ahanix_IMON
  905. button = xxxxx
  906. prog = xine
  907. repeat = 0
  908. config = Window50
  909. end
  910.  
  911. # set video output window to 100%
  912. begin
  913. remote = Ahanix_IMON
  914. button = xxxxx
  915. prog = xine
  916. repeat = 0
  917. config = Window100
  918. end
  919.  
  920. # set video output window to 200%
  921. begin
  922. remote = Ahanix_IMON
  923. button = xxxxx
  924. prog = xine
  925. repeat = 0
  926. config = Window200
  927. end
  928.  
  929. # zoom in
  930. begin
  931. remote = Ahanix_IMON
  932. button = xxxxx
  933. prog = xine
  934. repeat = 0
  935. config = ZoomIn
  936. end
  937.  
  938. # zoom out
  939. begin
  940. remote = Ahanix_IMON
  941. button = xxxxx
  942. prog = xine
  943. repeat = 0
  944. config = ZoomOut
  945. end
  946.  
  947. # zoom in horizontally
  948. begin
  949. remote = Ahanix_IMON
  950. button = xxxxx
  951. prog = xine
  952. repeat = 0
  953. config = ZoomInX
  954. end
  955.  
  956. # zoom out horizontally
  957. begin
  958. remote = Ahanix_IMON
  959. button = xxxxx
  960. prog = xine
  961. repeat = 0
  962. config = ZoomOutX
  963. end
  964.  
  965. # zoom in vertically
  966. begin
  967. remote = Ahanix_IMON
  968. button = xxxxx
  969. prog = xine
  970. repeat = 0
  971. config = ZoomInY
  972. end
  973.  
  974. # zoom out vertically
  975. begin
  976. remote = Ahanix_IMON
  977. button = xxxxx
  978. prog = xine
  979. repeat = 0
  980. config = ZoomOutY
  981. end
  982.  
  983. # reset zooming
  984. begin
  985. remote = Ahanix_IMON
  986. button = xxxxx
  987. prog = xine
  988. repeat = 0
  989. config = ZoomReset
  990. end
  991.  
  992. # resize output window to stream size
  993. begin
  994. remote = Ahanix_IMON
  995. button = xxxxx
  996. prog = xine
  997. repeat = 0
  998. config = Zoom1:1
  999. end
  1000.  
  1001. # fullscreen toggle
  1002. begin
  1003. remote = Ahanix_IMON
  1004. button = Full.Screen
  1005. prog = xine
  1006. repeat = 0
  1007. config = ToggleFullscreen
  1008. end
  1009.  
  1010. # Xinerama fullscreen toggle
  1011. begin
  1012. remote = Ahanix_IMON
  1013. button = xxxxx
  1014. prog = xine
  1015. repeat = 0
  1016. config = ToggleXineramaFullscr
  1017. end
  1018.  
  1019. # jump to media Menu
  1020. begin
  1021. remote = Ahanix_IMON
  1022. button = xxxxx
  1023. prog = xine
  1024. repeat = 0
  1025. config = Menu
  1026. end
  1027.  
  1028. # jump to Title Menu
  1029. begin
  1030. remote = Ahanix_IMON
  1031. button = xxxxx
  1032. prog = xine
  1033. repeat = 0
  1034. config = TitleMenu
  1035. end
  1036.  
  1037. # jump to Root Menu
  1038. begin
  1039. remote = Ahanix_IMON
  1040. button = xxxxx
  1041. prog = xine
  1042. repeat = 0
  1043. config = RootMenu
  1044. end
  1045.  
  1046. # jump to Subpicture Menu
  1047. begin
  1048. remote = Ahanix_IMON
  1049. button = xxxxx
  1050. prog = xine
  1051. repeat = 0
  1052. config = SubpictureMenu
  1053. end
  1054.  
  1055. # jump to Audio Menu
  1056. begin
  1057. remote = Ahanix_IMON
  1058. button = xxxxx
  1059. prog = xine
  1060. repeat = 0
  1061. config = AudioMenu
  1062. end
  1063.  
  1064. # jump to Angle Menu
  1065. begin
  1066. remote = Ahanix_IMON
  1067. button = xxxxx
  1068. prog = xine
  1069. repeat = 0
  1070. config = AngleMenu
  1071. end
  1072.  
  1073. # jump to Part Menu
  1074. begin
  1075. remote = Ahanix_IMON
  1076. button = xxxxx
  1077. prog = xine
  1078. repeat = 0
  1079. config = PartMenu
  1080. end
  1081.  
  1082. # menu navigate up
  1083. begin
  1084. remote = Ahanix_IMON
  1085. button = Up
  1086. prog = xine
  1087. repeat = 0
  1088. config = EventUp
  1089. end
  1090.  
  1091. # menu navigate down
  1092. begin
  1093. remote = Ahanix_IMON
  1094. button = Down
  1095. prog = xine
  1096. repeat = 0
  1097. config = EventDown
  1098. end
  1099.  
  1100. # menu navigate left
  1101. begin
  1102. remote = Ahanix_IMON
  1103. button = Left
  1104. prog = xine
  1105. repeat = 0
  1106. config = EventLeft
  1107. end
  1108.  
  1109. # menu navigate right
  1110. begin
  1111. remote = Ahanix_IMON
  1112. button = Right
  1113. prog = xine
  1114. repeat = 0
  1115. config = EventRight
  1116. end
  1117.  
  1118. # menu select
  1119. begin
  1120. remote = Ahanix_IMON
  1121. button = Enter
  1122. prog = xine
  1123. repeat = 0
  1124. config = EventSelect
  1125. end
  1126.  
  1127. # jump to next chapter
  1128. begin
  1129. remote = Ahanix_IMON
  1130. button = Next
  1131. prog = xine
  1132. repeat = 0
  1133. config = EventNext
  1134. end
  1135.  
  1136. # jump to previous chapter
  1137. begin
  1138. remote = Ahanix_IMON
  1139. button = Prev
  1140. prog = xine
  1141. repeat = 0
  1142. config = EventPrior
  1143. end
  1144.  
  1145. # select next angle
  1146. begin
  1147. remote = Ahanix_IMON
  1148. button = xxxxx
  1149. prog = xine
  1150. repeat = 0
  1151. config = EventAngleNext
  1152. end
  1153.  
  1154. # select previous angle
  1155. begin
  1156. remote = Ahanix_IMON
  1157. button = xxxxx
  1158. prog = xine
  1159. repeat = 0
  1160. config = EventAnglePrior
  1161. end
  1162.  
  1163. # visibility toggle of help window
  1164. begin
  1165. remote = Ahanix_IMON
  1166. button = xxxxx
  1167. prog = xine
  1168. repeat = 0
  1169. config = HelpShow
  1170. end
  1171.  
  1172. # visibility toggle of video post effect window
  1173. begin
  1174. remote = Ahanix_IMON
  1175. button = xxxxx
  1176. prog = xine
  1177. repeat = 0
  1178. config = VPProcessShow
  1179. end
  1180.  
  1181. # toggle post effect usage
  1182. begin
  1183. remote = Ahanix_IMON
  1184. button = xxxxx
  1185. prog = xine
  1186. repeat = 0
  1187. config = VPProcessEnable
  1188. end
  1189.  
  1190. # visibility toggle of output window
  1191. begin
  1192. remote = Ahanix_IMON
  1193. button = xxxxx
  1194. prog = xine
  1195. repeat = 0
  1196. config = ToggleWindowVisibility
  1197. end
  1198.  
  1199. # visibility toggle of UI windows
  1200. begin
  1201. remote = Ahanix_IMON
  1202. button = xxxxx
  1203. prog = xine
  1204. repeat = 0
  1205. config = ToggleVisiblity
  1206. end
  1207.  
  1208. # visibility toggle of control window
  1209. begin
  1210. remote = Ahanix_IMON
  1211. button = xxxxx
  1212. prog = xine
  1213. repeat = 0
  1214. config = ControlShow
  1215. end
  1216.  
  1217. # visibility toggle of mrl browser window
  1218. begin
  1219. remote = Ahanix_IMON
  1220. button = xxxxx
  1221. prog = xine
  1222. repeat = 0
  1223. config = MrlBrowser
  1224. end
  1225.  
  1226. # visibility toggle of playlist editor window
  1227. begin
  1228. remote = Ahanix_IMON
  1229. button = xxxxx
  1230. prog = xine
  1231. repeat = 0
  1232. config = PlaylistEditor
  1233. end
  1234.  
  1235. # visibility toggle of the setup window
  1236. begin
  1237. remote = Ahanix_IMON
  1238. button = xxxxx
  1239. prog = xine
  1240. repeat = 0
  1241. config = SetupShow
  1242. end
  1243.  
  1244. # visibility toggle of the event sender window
  1245. begin
  1246. remote = Ahanix_IMON
  1247. button = xxxxx
  1248. prog = xine
  1249. repeat = 0
  1250. config = EventSenderShow
  1251. end
  1252.  
  1253. # visibility toggle of analog TV window
  1254. begin
  1255. remote = Ahanix_IMON
  1256. button = xxxxx
  1257. prog = xine
  1258. repeat = 0
  1259. config = TVAnalogShow
  1260. end
  1261.  
  1262. # visibility toggle of log viewer
  1263. begin
  1264. remote = Ahanix_IMON
  1265. button = xxxxx
  1266. prog = xine
  1267. repeat = 0
  1268. config = ViewlogShow
  1269. end
  1270.  
  1271. # visibility toggle of stream info window
  1272. begin
  1273. remote = Ahanix_IMON
  1274. button = xxxxx
  1275. prog = xine
  1276. repeat = 0
  1277. config = StreamInfosShow
  1278. end
  1279.  
  1280. # display stream information using OSD
  1281. begin
  1282. remote = Ahanix_IMON
  1283. button = Windows
  1284. prog = xine
  1285. repeat = 0
  1286. config = OSDStreamInfos
  1287. end
  1288.  
  1289. # enter key binding editor
  1290. begin
  1291. remote = Ahanix_IMON
  1292. button = xxxxx
  1293. prog = xine
  1294. repeat = 0
  1295. config = KeyBindingEditor
  1296. end
  1297.  
  1298. # open file selector
  1299. begin
  1300. remote = Ahanix_IMON
  1301. button = xxxxx
  1302. prog = xine
  1303. repeat = 0
  1304. config = FileSelector
  1305. end
  1306.  
  1307. # select a subtitle file
  1308. begin
  1309. remote = Ahanix_IMON
  1310. button = xxxxx
  1311. prog = xine
  1312. repeat = 0
  1313. config = SubSelector
  1314. end
  1315.  
  1316. # display MRL/Ident toggle
  1317. begin
  1318. remote = Ahanix_IMON
  1319. button = xxxxx
  1320. prog = xine
  1321. repeat = 0
  1322. config = MrlIdentToggle
  1323. end
  1324.  
  1325. # grab pointer toggle
  1326. begin
  1327. remote = Ahanix_IMON
  1328. button = xxxxx
  1329. prog = xine
  1330. repeat = 0
  1331. config = GrabPointer
  1332. end
  1333.  
  1334. # enter the number 0
  1335. begin
  1336. remote = Ahanix_IMON
  1337. button = 0
  1338. prog = xine
  1339. repeat = 0
  1340. config = Number0
  1341. end
  1342.  
  1343. # enter the number 1
  1344. begin
  1345. remote = Ahanix_IMON
  1346. button = 1
  1347. prog = xine
  1348. repeat = 0
  1349. config = Number1
  1350. end
  1351.  
  1352. # enter the number 2
  1353. begin
  1354. remote = Ahanix_IMON
  1355. button = 2
  1356. prog = xine
  1357. repeat = 0
  1358. config = Number2
  1359. end
  1360.  
  1361. # enter the number 3
  1362. begin
  1363. remote = Ahanix_IMON
  1364. button = 3
  1365. prog = xine
  1366. repeat = 0
  1367. config = Number3
  1368. end
  1369.  
  1370. # enter the number 4
  1371. begin
  1372. remote = Ahanix_IMON
  1373. button = 4
  1374. prog = xine
  1375. repeat = 0
  1376. config = Number4
  1377. end
  1378.  
  1379. # enter the number 5
  1380. begin
  1381. remote = Ahanix_IMON
  1382. button = 5
  1383. prog = xine
  1384. repeat = 0
  1385. config = Number5
  1386. end
  1387.  
  1388. # enter the number 6
  1389. begin
  1390. remote = Ahanix_IMON
  1391. button = 6
  1392. prog = xine
  1393. repeat = 0
  1394. config = Number6
  1395. end
  1396.  
  1397. # enter the number 7
  1398. begin
  1399. remote = Ahanix_IMON
  1400. button = 7
  1401. prog = xine
  1402. repeat = 0
  1403. config = Number7
  1404. end
  1405.  
  1406. # enter the number 8
  1407. begin
  1408. remote = Ahanix_IMON
  1409. button = 8
  1410. prog = xine
  1411. repeat = 0
  1412. config = Number8
  1413. end
  1414.  
  1415. # enter the number 9
  1416. begin
  1417. remote = Ahanix_IMON
  1418. button = 9
  1419. prog = xine
  1420. repeat = 0
  1421. config = Number9
  1422. end
  1423.  
  1424. # add 10 to the next entered number
  1425. begin
  1426. remote = Ahanix_IMON
  1427. button = xxxxx
  1428. prog = xine
  1429. repeat = 0
  1430. config = Number10add
  1431. end
  1432.  
  1433. # set position in current stream to numeric percentage
  1434. begin
  1435. remote = Ahanix_IMON
  1436. button = xxxxx
  1437. prog = xine
  1438. repeat = 0
  1439. config = SetPosition%
  1440. end
  1441.  
  1442. # set position forward by numeric argument in current stream
  1443. begin
  1444. remote = Ahanix_IMON
  1445. button = xxxxx
  1446. prog = xine
  1447. repeat = 0
  1448. config = SeekRelative+
  1449. end
  1450.  
  1451. # set position back by numeric argument in current stream
  1452. begin
  1453. remote = Ahanix_IMON
  1454. button = xxxxx
  1455. prog = xine
  1456. repeat = 0
  1457. config = SeekRelative-
  1458. end
  1459.  
  1460. # change audio video syncing (delay video)
  1461. begin
  1462. remote = Ahanix_IMON
  1463. button = xxxxx
  1464. prog = xine
  1465. repeat = 0
  1466. config = AudioVideoDecay+
  1467. end
  1468.  
  1469. # change audio video syncing (delay audio)
  1470. begin
  1471. remote = Ahanix_IMON
  1472. button = xxxxx
  1473. prog = xine
  1474. repeat = 0
  1475. config = AudioVideoDecay-
  1476. end
  1477.  
  1478. # reset audio video syncing offset
  1479. begin
  1480. remote = Ahanix_IMON
  1481. button = xxxxx
  1482. prog = xine
  1483. repeat = 0
  1484. config = AudioVideoDecayReset
  1485. end
  1486.  
  1487. # change subtitle syncing (delay video)
  1488. begin
  1489. remote = Ahanix_IMON
  1490. button = xxxxx
  1491. prog = xine
  1492. repeat = 0
  1493. config = SpuVideoDecay+
  1494. end
  1495.  
  1496. # change subtitle syncing (delay subtitles)
  1497. begin
  1498. remote = Ahanix_IMON
  1499. button = xxxxx
  1500. prog = xine
  1501. repeat = 0
  1502. config = SpuVideoDecay-
  1503. end
  1504.  
  1505. # reset subtitle syncing offset
  1506. begin
  1507. remote = Ahanix_IMON
  1508. button = xxxxx
  1509. prog = xine
  1510. repeat = 0
  1511. config = SpuVideoDecayReset
  1512. end
  1513.  
  1514. # toggle TV modes (on the DXR3)
  1515. begin
  1516. remote = Ahanix_IMON
  1517. button = xxxxx
  1518. prog = xine
  1519. repeat = 0
  1520. config = ToggleTVmode
  1521. end
  1522.  
  1523. # switch Monitor to DPMS standby mode
  1524. begin
  1525. remote = Ahanix_IMON
  1526. button = xxxxx
  1527. prog = xine
  1528. repeat = 0
  1529. config = DPMSStandby
  1530. end
  1531.  
  1532. # increase hue by 10
  1533. begin
  1534. remote = Ahanix_IMON
  1535. button = xxxxx
  1536. prog = xine
  1537. repeat = 0
  1538. config = HueControl+
  1539. end
  1540.  
  1541. # decrease hue by 10
  1542. begin
  1543. remote = Ahanix_IMON
  1544. button = xxxxx
  1545. prog = xine
  1546. repeat = 0
  1547. config = HueControl-
  1548. end
  1549.  
  1550. # increase saturation by 10
  1551. begin
  1552. remote = Ahanix_IMON
  1553. button = xxxxx
  1554. prog = xine
  1555. repeat = 0
  1556. config = SaturationControl+
  1557. end
  1558.  
  1559. # decrease saturation by 10
  1560. begin
  1561. remote = Ahanix_IMON
  1562. button = xxxxx
  1563. prog = xine
  1564. repeat = 0
  1565. config = SaturationControl-
  1566. end
  1567.  
  1568. # increase brightness by 10
  1569. begin
  1570. remote = Ahanix_IMON
  1571. button = xxxxx
  1572. prog = xine
  1573. repeat = 0
  1574. config = BrightnessControl+
  1575. end
  1576.  
  1577. # decrease brightness by 10
  1578. begin
  1579. remote = Ahanix_IMON
  1580. button = xxxxx
  1581. prog = xine
  1582. repeat = 0
  1583. config = BrightnessControl-
  1584. end
  1585.  
  1586. # increase contrast by 10
  1587. begin
  1588. remote = Ahanix_IMON
  1589. button = xxxxx
  1590. prog = xine
  1591. repeat = 0
  1592. config = ContrastControl+
  1593. end
  1594.  
  1595. # decrease contrast by 10
  1596. begin
  1597. remote = Ahanix_IMON
  1598. button = xxxxx
  1599. prog = xine
  1600. repeat = 0
  1601. config = ContrastControl-
  1602. end
  1603.  
  1604. # quit the program
  1605. begin
  1606. remote = Ahanix_IMON
  1607. button = Back
  1608. prog = xine
  1609. repeat = 0
  1610. config = Quit
  1611. end
  1612.  
  1613. ## ********************************************************
  1614. # End of xine key bindings.
  1615. ## ********************************************************
  1616. #
  1617. #
  1618. ### *******************************************************
  1619. # Mplayer key bindings
  1620.  
  1621. begin
  1622. prog = mplayer
  1623. button = Right
  1624. repeat = 0
  1625. config = RIGHT
  1626. end
  1627.  
  1628. begin
  1629. prog = mplayer
  1630. button = Left
  1631. repeat = 0
  1632. config = LEFT
  1633. end
  1634.  
  1635. begin
  1636. prog = mplayer
  1637. button = Up
  1638. repeat = 0
  1639. config = UP
  1640. end
  1641.  
  1642. begin
  1643. prog = mplayer
  1644. button = Down
  1645. repeat = 0
  1646. config = DOWN
  1647. end
  1648.  
  1649. begin
  1650. prog = mplayer
  1651. button = Mute
  1652. repeat = 0
  1653. config = m
  1654. end
  1655.  
  1656. begin
  1657. prog = mplayer
  1658. button = Language
  1659. repeat = 0
  1660. config = #
  1661. end
  1662.  
  1663. begin
  1664. prog = mplayer
  1665. button = Esc
  1666. repeat = 0
  1667. config = q
  1668. end
  1669.  
  1670. begin
  1671. prog = mplayer
  1672. button = Pause
  1673. repeat = 0
  1674. config = p
  1675. end
  1676.  
  1677. begin
  1678. prog = mplayer
  1679. button = Vol-
  1680. repeat = 0
  1681. config = 9
  1682. end
  1683.  
  1684. begin
  1685. prog = mplayer
  1686. button = Vol+
  1687. repeat = 0
  1688. config = 0
  1689. end
  1690.  
  1691. begin
  1692. prog = mplayer
  1693. button = 1
  1694. repeat = 0
  1695. config = 1
  1696. end
  1697.  
  1698. begin
  1699. prog = mplayer
  1700. button = 2
  1701. repeat = 0
  1702. config = 2
  1703. end
  1704.  
  1705. begin
  1706. prog = mplayer
  1707. button = 3
  1708. repeat = 0
  1709. config = 3
  1710. end
  1711.  
  1712. begin
  1713. prog = mplayer
  1714. button = 4
  1715. repeat = 0
  1716. config = 4
  1717. end
  1718.  
  1719. begin
  1720. prog = mplayer
  1721. button = 5
  1722. repeat = 0
  1723. config = 5
  1724. end
  1725.  
  1726. begin
  1727. prog = mplayer
  1728. button = 6
  1729. repeat = 0
  1730. config = 6
  1731. end
  1732.  
  1733. begin
  1734. prog = mplayer
  1735. button = 7
  1736. repeat = 0
  1737. config = 7
  1738. end
  1739.  
  1740. begin
  1741. prog = mplayer
  1742. button = 8
  1743. repeat = 0
  1744. config = 8
  1745. end
  1746.  
  1747. begin
  1748. prog = mplayer
  1749. button = Fullscreen
  1750. repeat = 0
  1751. config = f
  1752. end
  1753.  
  1754. begin
  1755. prog = mplayer
  1756. button = SlowMotion
  1757. repeat = 0
  1758. config = {
  1759. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement