Author Topic: Hotkey issue  (Read 2412 times)

0 Members and 1 Guest are viewing this topic.

Offline LordAmitluTopic starter

  • Jr. Member
  • **
  • Posts: 19
  • Activity:
    0%
  • Reputation Power: 2
  • LordAmitlu has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Hotkey issue
« on: February 22, 2013, 10:33:33 PM »
0
I am a noob with scripts - but I am trying my very best to make some :D! I am just wondering if I could get some help with this question:

onhotkey f7

I want to change that hot key from f7 to number pad 3

What is the script ID for the script to recognize number pad 3 as the hotkey?

Appreciate it.

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 823
  • Activity:
    0.4%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +156
  • Referrals: 3
    • View Profile
Re: Hotkey issue
« Reply #1 on: February 22, 2013, 10:42:09 PM »
0
If I recall correctly you can't use numpad numbers by themselves.

You could turn off NumLock, and then use:

onhotkey pgdn

Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Offline LordAmitluTopic starter

  • Jr. Member
  • **
  • Posts: 19
  • Activity:
    0%
  • Reputation Power: 2
  • LordAmitlu has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Hotkey issue
« Reply #2 on: February 22, 2013, 10:49:58 PM »
0
Appreciate it.

Thank you Neo for your help.

Offline LordAmitluTopic starter

  • Jr. Member
  • **
  • Posts: 19
  • Activity:
    0%
  • Reputation Power: 2
  • LordAmitlu has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Hotkey issue
« Reply #3 on: February 22, 2013, 11:00:12 PM »
0
Actually,

What if i wanted to make the onhotkey a letter? Persay, the letter X? Would it just look like onhotkey x?

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 823
  • Activity:
    0.4%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +156
  • Referrals: 3
    • View Profile
Re: Hotkey issue
« Reply #4 on: February 22, 2013, 11:05:58 PM »
0
Actually,

What if i wanted to make the onhotkey a letter? Persay, the letter X? Would it just look like onhotkey x?
yes, just like that... regular letters are supported...
Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Tags: