To get you started rather then spoonfeeding you : Have you looked at the code which generates this button? Can you think of possible javascript alterations that you can do to change the focus or order?
-V On Sun, Mar 16, 2014 at 1:10 AM, vittorio <[email protected]> wrote: > My 1.6.2 django app deals with a warehouse management using the admin > interface exclusively. > I've been asked to make it possible to use barcode readers for > recording flows of items going either in or out of the warehouse (see the > attached admin form using inlines), Because our bar code readers use the > standard RETURN (ascii 13) code to close the read string (and it's better > not to modify this standard for other uses) I would like to make the 'Save > and add another' (In Italian 'Salva e aggiungi un altro') the default > button triggered by the RETURN (ascii 13). > Could you please help me to do this taking into account that I'm a real > newbie who needs kind of a tutorial step by step. > Thank you > Vittorio > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/6da94d42-a40a-4791-a8fd-aec58e72b90c%40googlegroups.com<https://groups.google.com/d/msgid/django-users/6da94d42-a40a-4791-a8fd-aec58e72b90c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7tdFRMQQZjG-pGM9%2B%2BckCHJ6wgGuYKFtD-A_rUxRNK-_pRgQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

