voyagerxp
Senior Member Posts: 184 Joined: Feb 2012 Reputation: 0 |
2012-04-05 14:44
Post: #1
When i want to shut down xbmc to desktop i click exit button on my control and the bar comes up with shutdown, restart and so on but can xbmc be set to just shutdown to desktop just by pressing the exit button.
|
| find quote |
baijuxavior
Posting Freak Posts: 884 Joined: Jan 2012 Reputation: 22 Location: India |
2012-04-05 15:36
Post: #2
If I get it right, you want to see only the 'Exit' button and pressing which XBMC should exit to show the desktop. If you are using XBMC Eden with confluence skin, you can do this by editing the 'DialogButtonMenu.xml' file under 'C:\Program Files\XBMC\addons\skin.confluence\720p'. Set the visibility of the button controls you don't want to see to 'false' as in <visible>False</visible>
|
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,308 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-04-05 16:10
Post: #3
Nope. He doesn't want to even see the exit button. He just wants it to exit when he presses a button, no pop-ups.
How are you controlling XBMC? If using EvenGhost that would be a snap. Otherwise you just need to make an edit to your remote keymap remote.xml file. Change line 65: Code: <power>XBMC.ShutDown()</power>to: Code: <power>XBMC.Quit</power>You can find this file in the XBMC install folder\system\keymaps. Copy the remote.xml file to you userdata folder into the keymaps folder. Then edit as you need.
(This post was last modified: 2012-04-05 16:17 by kricker.)
|
| find quote |
voyagerxp
Senior Member Posts: 184 Joined: Feb 2012 Reputation: 0 |
2012-04-05 16:26
Post: #4
I use imon with the veris RM 200, the remote below and this is what i want to happen.
The power putton on my remote shuts down my htpc system which is what i want but i have the app exit button on the top left. If i click the app exit button the exit menu on xbmc comes up and i have to click exit but as you said kricker i just want xbmc to shut down to desktop without the menu.
|
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,308 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-04-05 16:44
Post: #5
Either do as I mentioned above, or in the iMon software map that button to quit XBMC. It has been a while since I setup an iMon remote, so I can't remember exactly how to do it. I remember something in the iMon where the different apps can have buttons assigned to whatever you want them to do. The one I last setup sent keyboard commands, which means instead of editing the remote.xml file you need to edit the keyboard.xml file.
(This post was last modified: 2012-04-05 16:46 by kricker.)
|
| find quote |
Hiethen
Senior Member Posts: 109 Joined: Jan 2010 Reputation: 0 |
2012-04-05 18:01
Post: #6
I have a Mediagate remote and I assigned the following function via the remote registry edit for the "#" key on the remote so that it sends "alt-f4" to close XBMC.
Quote: 1C,00,00,00,04,04,3d,\ ; # - sends "alt-f4" (close xbmc) |
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,308 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-04-05 18:23
Post: #7
If possible you should send the XBMC command to quit. This will be a more graceful close than doing an Alt+f4.
|
| find quote |
voyagerxp
Senior Member Posts: 184 Joined: Feb 2012 Reputation: 0 |
2012-04-05 19:16
Post: #8
Anyone got any links to learn how to do these things I'm quite new with htpc's and xbmc, i wouldn't know where to start.
(This post was last modified: 2012-04-05 19:34 by voyagerxp.)
|
| find quote |
Hiethen
Senior Member Posts: 109 Joined: Jan 2010 Reputation: 0 |
2012-04-05 19:27
Post: #9
(2012-04-05 18:23)kricker Wrote: If possible you should send the XBMC command to quit. This will be a more graceful close than doing an Alt+f4. Thanks for the tip, I will look into this. |
| find quote |
kricker
Team-XBMC QA Specialist Posts: 3,308 Joined: Apr 2004 Reputation: 16 Location: Knoxville, TN |
2012-04-05 19:46
Post: #10
(2012-04-05 19:16)voyagerxp Wrote: Anyone got any links to learn how to do these things I'm quite new with htpc's and xbmc, i wouldn't know where to start. I told you above how to do it. What step are you stuck at? |
| find quote |

Search
Help