Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<!-- KeyMap for Hydra plugin  -->
<!--
	Flag meanings in <key /> elements:
	"m": Action active on key "Make".
	"b": Action active on key "Break".
	"r": Action active on key repeats.
	"l": Action on long keypress.
-->
<keymap>
	<map context="HydraActions">
		<key id="KEY_MENU" mapto="menu" flags="m" />
		<key id="KEY_UP" mapto="up" flags="m" />
		<key id="KEY_DOWN" mapto="down" flags="m" />
		<key id="KEY_RIGHT" mapto="right" flags="m" />
		<key id="KEY_LEFT" mapto="left" flags="m" />
		<key id="KEY_GREEN" mapto="green" flags="m" />
		<key id="KEY_YELLOW" mapto="yellow" flags="m" />
		<key id="KEY_RED" mapto="red" flags="m" />
		<key id="KEY_BLUE" mapto="blue" flags="m" />
		<key id="KEY_OK" mapto="ok" flags="m" />
		<key id="KEY_EXIT" mapto="cancel" flags="m" />
		<key id="KEY_INFO" mapto="info" flags="m" />
	</map>
</keymap>