Skip to content

Commit

Permalink
Removed hotkey F2 to call the console since it conflicts with Linux a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed May 6, 2017
1 parent 1c9a302 commit 6d17846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release/scripts/presets/keyconfig/bforartists.py
Expand Up @@ -1075,7 +1075,6 @@ def kmi_props_setattr(kmi_props, attr, value):
kmi_props_setattr(kmi.properties, 'data_path', 'user_preferences.inputs.ndof_sensitivity')
kmi_props_setattr(kmi.properties, 'value', 0.6666666865348816)
kmi = km.keymap_items.new('info.reports_display_update', 'TIMER_REPORT', 'ANY', any=True)
kmi = km.keymap_items.new('wm.console_toggle', 'F2', 'PRESS')

# Map Screen
km = kc.keymaps.new('Screen', space_type='EMPTY', region_type='WINDOW', modal=False)
Expand Down

0 comments on commit 6d17846

Please sign in to comment.