<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Partial>
	<File Path="engine\actionmaps\inputactionmapgameremappable.xml">
		<Add XPath="/Root/ActionMap[@name='global_gameplay_inputs_layer']">
			<Binding input="kb:f1" action="release" signal="custom_signal"/>
		</Add>
		<!-- The following operations have not been tested yet -->
		<Replace XPath="/Root/ActionMap[@name='global_gameplay_inputs_layer']">
			<Binding input="kb:f1" action="release" signal="custom_signal"/>
		</Replace>
		<Remove XPath="/Root/ActionMap[@name='global_gameplay_inputs_layer']" />
	</File>
</Partial>