-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a button for a copy of the current page. #1181
Comments
Ah, I didn't know that. But still it would be cool to have the button in the taskbar to make it faster. There would be enough space in the bar for users with FullHD devices. But I understand that it is not cool for lower resolutions. Thanks anyway. |
Yes, there are already low-res users complaining about too many buttons. But I have another idea. You can also assign a keyboard shortcut to that action:
[Shortcut]
actionDuplicatePage=Alt+D, 0, 0
This works starting with OpenBoard 1.7.2. |
Cool! A shortcut is even better. I did a few minutes of research, and cool again! I didn't know about the many undocumented actions shortcuts can be attached to. I am thinking about helping with the documentation. The Tutorial is not quite up to date. And since I have no coding skills it is the only thing I could contribute. |
I added the shortcut. But it is not working properly. It does the job when the left panel is open. Otherwise I have to press the shortcut twice to be effective. What does ", 0, 0" do? EDIT: I tried again after restarting OpenBoard. Now it seems to work fine. Thank you!!! |
Hmm, for me it works at the first press of the shortcut. I don't know what I'm doing different.
There are plans to add a User Interface to the shortcut configuration, but this needs more discussions how this should look like. Then it would not be necessary to edit the settings file. The |
The current list of supported actions can be seen here in the code: OpenBoard/src/core/UBShortcutManager.cpp Lines 118 to 204 in 80fb7dd
I think for most of them you can at least imagine what they do. There are some hardcoded shortcuts too, which are mentioned in the code after that. Those shortcuts cannot be changed.
Documentation would always help! |
Instead of adding a new page I always make a copy of the current page. Then, instead of clearing the whole page, i clear only parts of it and leave the elements last drawn on the board for those students who are still busy copying. This is helpful for students and I don't have to wait for everybody to finish copying. And, by the way, it is closer to the use of a chalkboard.
The button would speed up my workflow a little bit. Would creating the button a big issue?
The text was updated successfully, but these errors were encountered: