Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to make hotkeys?


turbocookie
 Share

Recommended Posts

Yes, there is. But when you press "i" you would be typing "i" in the chat bar, so you'll need a fix for that too.

```

    If KeyCode = vbKeyI Then
Call UpdateVisInv

    picGuildMember.Visible = False
    picGuildAdmin.Visible = False
    picEquipment.Visible = False
    picPlayerSpells.Visible = False

    picCharStatus.Visible = False
    picInventory.Visible = True
    End If

```
Paste that in frm.mirage in the "Private Sub Form_KeyUp"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...