brybalicious / toggle_mmb_numpad

Blender Addon which provides hotkeys for toggling 'Emulate 3 Button Mouse' & 'Emulate Numpad'
GNU General Public License v3.0
11 stars 1 forks source link

Add Remaining Numpad Keys #4

Open okovko opened 1 year ago

okovko commented 1 year ago

Summary

Remap all numpad keys when in toggled (on) numpad emulated mode, including < Numpad > < Numpad + > < Numpad - > < Numpad / > < Numpad BACKSPACE > < Numpad ENTER > < Numpad .>, to their corresponding non-numpad counterparts: < > < + > < - > < / > < BACKSPACE > < ENTER > < . >

Basic example

For example, in toggled (on) numpad emulated mode, pressing < . > in layout mode would trigger the "Frame Selected" functionality.

Motivation

There are other common numpad binds, so it would be nice if this addon rebound all numpad keys, so that laptop users could access all of Blender's default numpad binds.