Skip to content

Commit

Permalink
change hotkey for config viewer (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Mar 9, 2017
1 parent a4a83c4 commit 9a9ef71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/diagnostic/CfgDisplay3DEN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Display3DEN {
shortcuts[] = {INPUT_ALT_OFFSET + DIK_F};
};
class ConfigViewer {
shortcuts[] = {INPUT_CTRL_OFFSET + DIK_G};
shortcuts[] = {INPUT_ALT_OFFSET + DIK_G};
};
};
};
Expand Down

0 comments on commit 9a9ef71

Please sign in to comment.