I searched and did not find anything about this.

Are there any way to add a few keyboard shortcuts to help with some of the repetitive scroll and click actions.

Maybe some browser customizing?

Tom

4 days later

Most modern browsers have their own shortcut cuts, and user definable shortcuts. I am sure that you could probably set some up if you wanted to, but this is not something that really has much to do with OST. If you did end up doing something like this though feel free to post it here to share with the community as someone else may find it useful.

a month later

You can use browsers user manulal fine and find the all short cut.

a month later

Keyboard and mouse shortcuts for each web browsers may differ. You can go help section of each browser.

18 days later
2 months later

Here are some shortcut keys on Firefox browser.

alt+F = File tab

alt+E = Edit tab

alt+V = View tab

alt+S = History tab

alt+B = Bookmarks tab

alt+T = Tools tab

alt+H = Help tab

I hope this would be useful.

2 months later

Here I am sharing few very helpful shortcuts for Window 7

- Ctrl+Shift+N to Create a New Folder

- Ctrl+Shift+Click to Open a Program As Administrator

- Shift+Right-Click Enhances Send to Menu

- Shift+Right-Click on a Folder to Open Command Prompt

- Win+Space to Quickly Show Desktop

- Win+Up/Down/Left/Right for Moving the Active Window

- For Dual Monitors: Win+Shift+Left Arrow Key to Move Active Window to Left Monitor

- For Dual Monitors: Win+Shift+Right Arrow Key to Move Active Window to Right Monitor

- Win+T to Get to Taskbar Items

- Shift+Click on a Taskbar App to Open a New Instance of the App

- Win+B to Move Focus to the System Tray

- Win+P for Quickly Connecting Your Laptop to a Projector

- Win+1, Win+2..so on for Opening Taskbar Programs

- Win+Pause helps you check System Properties

- Ctrl+Shift+Esc Can Quickly Open Windows Task Manager

http://www.openxcell.com(http://www.openxcell.com)

7 days later

Using software applications through shortcuts is very easy just find underline of option and use it like this if u r using main option then use with help of alt and if you are using sub options then use with ctrl.

3 years later

I would really like keyboard shortcuts for standard actions in osTicket, Something like this would be helpful:Post message Change state Insert predefined/canned responses select between tabs (change department, post internal message etc.) View open tickets View closed tickets Select/view certain ticket Cheers,

3 months later

Would also love shortcuts. Especially ctrl + enter to post reply.

Found a way to atleast use ctrl+enter to post the reply, note etc.

tickets-view.inc.php:

Add at the bottom:

<script>

    $(document).ready(function() {

               $("form").keydown(function(e) {

                    

                    if(e.ctrlKey && e.keyCode == 13) {

                       $(this).submit();

                    } 

                });

            });

</script>

Modify the lines for the submit button. It should be 4 in total:

<input

class="btn_sm" type="submit" value="<?php

echo __('Post Reply');?>">

and add:

id="submit_reply"

Change the

corresponding form (form id is depending on the form, like internal note (note)). 4 in total:

<form id="reply"

action="tickets.php?id=<?php ech...

add:

data-target="submit_reply"

Do the same to the

remaining forms, and change reply to note, transfer or assign.

3 years later

I'm sharing some browser shortcut keys.CTRL + TOpen a New Tab.CTRL + WClose current tab.CTRL + SHIFT + TOpen previously closed tab.CTRL + TABSwitch between open tabs.CTRL + 1 to 8Switch to the tab of the corresponding number from left to right.CTRL + 1Switch to the first tab.CTRL + 9Switch to the last tab.CTRL + NOpen a new browser window.ALT + F4Close the current browser window. This keyboard shortcut works across Windows.F11Go Fullscreen.                                                                                                                                                                                                                                                                                         Hope this is helpful.                                                                                                                                                                                                                                                                    Thanks,                                                                                                                                  Sudeep Bhatnagar                                                                                             moderator note: removed link.

This thread is from 2015. Closing thread.

Write a Reply...