Reply
Logi Nu
hiten
Posts: 1
Registered: ‎05-04-2010
0

Num Lock "Off" mode for number pad N305

Hello

 

I just bought a new Number Pad N305. But unlike a regular number pad on a keyboard, I can't get it to perform the alternate functions (ones with the num lock key in "off" mode). i.e I can not use the 8,4,6,2 as arrow keys and 7,9,1,3 as home, page up, end, page down keys etc...

 

Is there some setting that I can change to make it work like a regular number pad of the key board (and not force the num lock status to on before every keystroke)?

 

Thanks in advance for any help / suggestions....

 

Hiten

Logi Browser
schalliol
Posts: 17
Registered: ‎12-28-2006
0

Re: Num Lock "Off" mode for number pad N305

There's now a way to make this work on Macs, please see pos 5 on this thread.

Logi Nu
benwalt
Posts: 1
Registered: ‎07-19-2010
0

Re: Num Lock "Off" mode for number pad N305

Since there hasn't been a reply to this message in so long, I'm guessing logitech hasn't implemented a way to turn off numlock.  Similar to the mac workaround, you can deal with this on the pc by remapping keys.

 

For example using autohotkey, the following script will take care of the remapping.

Numpad0::smileyfrustrated:end {NumpadIns}
Numpad1::smileyfrustrated:end {NumpadEnd}
Numpad2::smileyfrustrated:end {NumpadDown}
Numpad3::smileyfrustrated:end {NumpadPgDn}
Numpad4::smileyfrustrated:end {NumpadLeft}
Numpad5::smileyfrustrated:end {NumpadClear}
Numpad6::smileyfrustrated:end {NUmpadRight}
Numpad7::smileyfrustrated:end {NumpadHome}
Numpad8::smileyfrustrated:end {NumpadUp}
Numpad9::smileyfrustrated:end {NumpadPgUp}
NumpadDot::smileyfrustrated:end {NumpadDel}

 

This seems like a bit overkill, though: If someone has a better solution, I'd like to hear it, too.

 

 Hope this helps,

 Ben