Jump to content

Adding new hotkey in game.py


Recommended Posts

Hello guys, I have small problem with adding new hotkey button. When I edit already working button.

For example, Ill edit hotkey "O" with my special window its working good.

But when I want to add another one (I tried F6, 5 and "K" button)

<type 'exceptions.IndentationError'>:unexpected indent (game.py, line 385)

My code:

        onPressKeyDict[app.DIK_K]			= lambda : self.interface.ToggleSpecialStorageWindow()

Thank you.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.