summaryrefslogtreecommitdiffstats
path: root/browser/src/map/handler/Map.Keyboard.js
Commit message (Expand)AuthorAgeFilesLines
* Use "app.file.textCursor.visible" instead of "map._isCursorVisible".Gökay Şatır2024-04-251-1/+1
* user-list: invoke by KeyboardShortcuts and dispatcherSzymon Kłos2024-04-011-10/+0
* remove-w2ui: use JSDialog dropdown for user listSzymon Kłos2024-04-011-8/+3
* Show cursor in readonly mode.Gökay Şatır2024-03-281-13/+3
* Make use of shortcutDescriptors more.Gökay Şatır2024-03-231-132/+3
* Move the shortcut handler upper in the handler function.Gökay Şatır2024-03-231-3/+4
* Merge cmd into ctrl.Gökay Şatır2024-03-231-4/+3
* Allow events through core side on readonlymode.Gökay Şatır2024-03-061-25/+1
* Add KeyboardShortcuts and disable multi-sheet selectionSzymon Kłos2024-03-011-0/+4
* Fix ping measurement from tile invalidations toolNeil Guertin2024-02-091-2/+4
* Debug tool for incoming/outcoming/keyboard msgsNeil Guertin2024-01-311-1/+4
* add pageup and page down to preview navigationCaolán McNamara2024-01-271-4/+10
* Extract debug tools to new file Debug.jsNeil Guertin2024-01-261-4/+4
* global: Add L.Browser.mac to not parse user agent everywhereHubert Figuière2024-01-261-1/+1
* Calc: swap Ctrl+Alt+PageUp / PageDown behaviorBayram Çiçek2024-01-101-1/+1
* Debug menu improvementsNeil Guertin2023-12-281-1/+1
* Refactor debug menuNeil Guertin2023-12-271-1/+1
* browser:disable ctrl+s when HideSaveOption is trueRash4192023-11-151-2/+2
* a11y: impress: help screen reader to report shape selectionMarco Cecchetti2023-10-261-0/+33
* notebookbar: a11y: cond format submenu focus & navigationSzymon Kłos2023-10-261-1/+1
* Shortcuts for different keyboard layoutsAIlkiv2023-10-171-18/+17
* snackbar: use ESC to dismiss sidebarSzymon Kłos2023-10-111-1/+2
* German keyboard shortcuts:Gökay Şatır2023-10-081-1/+1
* Add CTRL + ALT + O as open document shortcut.Gökay Şatır2023-10-061-0/+7
* Added CTRL + ALT + N shortcut.Gökay Şatır2023-10-051-0/+7
* Impress shortcuts:Gökay Şatır2023-10-021-1/+27
* Fix typeerror on key event in interaction handler dialogSzymon Kłos2023-10-021-1/+1
* Signed-off-by: Gökay Şatır <gokaysatir@gmail.com>Gökay Şatır2023-10-021-4/+50
* Add note for the CTRL+SHIFT+L combination.Gökay Şatır2023-09-291-3/+4
* German shortcuts:Gökay Şatır2023-09-291-0/+6
* Assign GoToPage function to F5 in Writer for German.Gökay Şatır2023-09-291-2/+5
* Assign save-as shortcut to F12 for German.Gökay Şatır2023-09-291-0/+11
* German key bindings (Writer):Gökay Şatır2023-09-291-5/+11
* Add navigator shortcut to keyboard handler.Gökay Şatır2023-09-291-3/+9
* a11y: improved screen reader caret tracking on text navigationMarco Cecchetti2023-09-111-1/+6
* Resolve id conflicts between contents and the buttons.Gökay Şatır2023-09-111-3/+3
* [WIP] : Bullet / Number List Keyboard ShortcutDarshan-upadhyay11102023-09-051-0/+6
* Open user list box using keyboard ( CTRL + ALT + P)Darshan-upadhyay11102023-08-311-0/+15
* Make jsdialogs capture keydown events in ImpressOli2023-08-261-1/+1
* Switch tab using keyboard shortcutDarshan-upadhyay11102023-08-211-0/+18
* a11y: populating editable area with focused paragraphMarco Cecchetti2023-05-311-1/+4
* Provide a way to focus on the menu from map.Gökay Şatır2023-04-091-1/+20
* For .eslintrc change, see: https://github.com/typescript-eslint/typescript-es...Gökay Şatır2023-03-061-1/+1
* Enable deleting page / part with keyboard after a preview is clicked on.Gökay Şatır2023-01-311-5/+11
* After one the previews is clicked, allow using the arrow keys for navigating ...Gökay Şatır2023-01-311-2/+18
* browser: Make navigation shortcuts work in read-only modeAron Budea2023-01-311-0/+10
* browser: Disable F2 handling in WriterAron Budea2022-12-201-4/+11
* segregate edit/read only permissions betterPranam Lashkari2022-11-151-3/+3
* pdf: fix comment intsert short cutPranam Lashkari2022-11-021-0/+3
* keyboard: block shortcuts in readonly modePranam Lashkari2022-10-191-6/+17