Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for retroarch.cfg #440

Closed
nilsbyte opened this issue Aug 10, 2014 · 2 comments
Closed

Suggestion for retroarch.cfg #440

nilsbyte opened this issue Aug 10, 2014 · 2 comments

Comments

@nilsbyte
Copy link

This problem exists quite some time now and I want to know how you think about it. By RetroPie's default RetroArch is configured to exit with keyboard ESC input_exit_emulator = "escape" . By default the RGUI menu is opened with keyboard F1 (i think this menu is very useful) input_menu_toggle = "f1".

To get to the menu, you can configure a hotkey to press along with keyboard F1 to prevent opening it by accident. input_enable_hotkey = "escape"

Problem: Currently the hotkey is bound to ESC which makes no sense because ESC exits RetroArch. To make the RGUI menu accessible on first run of RetroArch, you should comment the line with the hotkey. #input_enable_hotkey = "escape" or change it to input_enable_hotkey = "nul".

@joolswills
Copy link
Member

@joolswills
Copy link
Member

(Closing this as a duplicate of #357)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants