Keyboard shortcuts don't work correctly

QuestionsKeyboard shortcuts don't work correctly
Massimo Gagliardi asked 10 years ago

I used the solution that was suggested to another developper.
——–

<script src="//cdn.jsdelivr.net/jquery.hotkeys/0.8b/jquery.hotkeys.js"></script>

<script>
// insert key to add new row
$(document).bind('keyup', 'insert', function(){
jQuery('#add_list1').click();
});
</script>

——-

I used it in the first subgrid of a script that has 1 grid and 2 subgrid.
When I completed the entering of fields, I have errors on fields required, also if those fields are correctly compiled.
Furthermore when I am in the add dialog of master grid or of 2nd subgrid and I click on enter key, opens the add dialog of the first subgrid
How do I do?

Thanks in advance

1 Answers
Abu Ghufran answered 10 years ago

Hotkeys integration is removed in latest version due to the issues with library.

Your Answer

3 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?