Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Questions related to using nuBuilder Forte.
toms
Posts: 785 Joined: Sun Oct 14, 2018 11:25 am
Unread post
by toms » Wed May 16, 2018 8:15 pm
Hi,
The nuDeleteAction() is called instead of nuPrintAction() when ctrl+p is pressed.
nucommon.js :
Code: Select all
} else if(e.keyCode == 80 && window.global_access) { //-- p Print
nuDeleteAction();
}
admin
Site Admin
Posts: 2829 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times
Unread post
by admin » Wed May 16, 2018 8:30 pm
toms,
The fix is now on Github.
Steven