Whoops, wrong mapped key... let me look..
Key Map State Action, Target Window All w/Current, Non-Combat, On
Key Map State Action, Target Window All w/Current, Combat, On
Key Map State Action, Target Window All w/Current, Combat, On
Menu State Action, Target Window All w/Current, Unpause all Menu Hotkeys
Menu Button Action, Change Button 1 in Toggles, Target Window All w/Current, Images, background keymaps on, background pressed, key maps pressed
Or you can copy/paste the actions XML and paste to a new step 2

- Code:
<?xml version="1.0" encoding="utf-8"?>
<Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ObjectType>System.Collections.Generic.List`1[ISBoxer_Toolkit.Configs.KeyMaps.MappedKeyAction]</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<ArrayOfMappedKeyAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MappedKeyAction xsi:type="KeyMapAction">
<Target>all</Target>
<Value>On</Value>
<KeyMapString>Non-combat</KeyMapString>
</MappedKeyAction>
<MappedKeyAction xsi:type="KeyMapAction">
<Target>all</Target>
<Value>On</Value>
<KeyMapString>Combat</KeyMapString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MenuStateAction">
<Target>all</Target>
<Menu />
<ActionType>Unpause</ActionType>
</MappedKeyAction>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>Key Maps ON</Text>
<DurationMS>1000</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>0</Red>
<Green>255</Green>
<Blue>0</Blue>
</MappedKeyAction>
<MappedKeyAction xsi:type="ClickBarButtonAction">
<Target>all</Target>
<ClickBarButton>
<ClickBarString>Toggles</ClickBarString>
<ClickBarButtonString>Maps</ClickBarButtonString>
</ClickBarButton>
<Image>
<ImageString>key maps on</ImageString>
</Image>
</MappedKeyAction>
<MappedKeyAction xsi:type="MenuButtonAction">
<MenuButton>
<MenuButtonSetString>Toggles</MenuButtonSetString>
<NumButton>0</NumButton>
</MenuButton>
<ButtonChanges>
<Actions />
<Mode>Split</Mode>
<UseImages>true</UseImages>
<Image>
<ImageString>key maps on</ImageString>
</Image>
<ImagePressed>
<ImageString>key maps pressed</ImageString>
</ImagePressed>
<Alpha>-1</Alpha>
<Border>-1</Border>
<FontBold>-1</FontBold>
<FontSize>-1</FontSize>
</ButtonChanges>
<StoreOrRestore>Neither</StoreOrRestore>
<Target>all</Target>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStepAction">
<Target>all other</Target>
<MappedKey>
<KeyMapString>Always On</KeyMapString>
<MappedKeyString>Activate Maps</MappedKeyString>
</MappedKey>
<Action>Set</Action>
<Value>1</Value>
</MappedKeyAction>
</ArrayOfMappedKeyAction></SerializedObject>
</Box>