It's possible to disable keyboard jog from AXIS code.

at line ~3566 in axis

def bind_axis(a, b, d):
    return None    # <- this line is added
    root_window.bind("<KeyPress-%s>" % a, kp_wrap(lambda e: jog_on(d,
-get_jog_speed(d)), "KeyPress"))

On 2/8/10, Paul Keeton <[email protected]> wrote:
> Hello All,
>                   Anyone know how to disable keyboard jog buttons? Using jog
> push buttons thru halui instead.
>
> Paul
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to