LibreOffice Module winaccessibility (master) 1
Classes | Variables
AccessibleKeyStroke.h File Reference

Go to the source code of this file.

Classes

struct  ACCESSIBLE_KEYSTROKE
 

Variables

const short MODIFIER_SHIFT = 1
 
const short MODIFIER_CTRL = 2
 
const short MODIFIER_ALT = 4
 
const short KEYCODE_NUM0 = 256
 
const short KEYCODE_NUM1 = 257
 
const short KEYCODE_NUM2 = 258
 
const short KEYCODE_NUM3 = 259
 
const short KEYCODE_NUM4 = 260
 
const short KEYCODE_NUM5 = 261
 
const short KEYCODE_NUM6 = 262
 
const short KEYCODE_NUM7 = 263
 
const short KEYCODE_NUM8 = 264
 
const short KEYCODE_NUM9 = 265
 
const short KEYCODE_A = 512
 
const short KEYCODE_B = 513
 
const short KEYCODE_C = 514
 
const short KEYCODE_D = 515
 
const short KEYCODE_E = 516
 
const short KEYCODE_F = 517
 
const short KEYCODE_G = 518
 
const short KEYCODE_H = 519
 
const short KEYCODE_I = 520
 
const short KEYCODE_J = 521
 
const short KEYCODE_K = 522
 
const short KEYCODE_L = 523
 
const short KEYCODE_M = 524
 
const short KEYCODE_N = 525
 
const short KEYCODE_O = 526
 
const short KEYCODE_P = 527
 
const short KEYCODE_Q = 528
 
const short KEYCODE_R = 529
 
const short KEYCODE_S = 530
 
const short KEYCODE_T = 531
 
const short KEYCODE_U = 532
 
const short KEYCODE_V = 533
 
const short KEYCODE_W = 534
 
const short KEYCODE_X = 535
 
const short KEYCODE_Y = 536
 
const short KEYCODE_Z = 537
 
const short KEYCODE_F1 = 768
 
const short KEYCODE_F2 = 769
 
const short KEYCODE_F3 = 770
 
const short KEYCODE_F4 = 771
 
const short KEYCODE_F5 = 772
 
const short KEYCODE_F6 = 773
 
const short KEYCODE_F7 = 774
 
const short KEYCODE_F8 = 775
 
const short KEYCODE_F9 = 776
 
const short KEYCODE_F10 = 777
 
const short KEYCODE_F11 = 778
 
const short KEYCODE_F12 = 779
 
const short KEYCODE_F13 = 780
 
const short KEYCODE_F14 = 781
 
const short KEYCODE_F15 = 782
 
const short KEYCODE_F16 = 783
 
const short KEYCODE_F17 = 784
 
const short KEYCODE_F18 = 785
 
const short KEYCODE_F19 = 786
 
const short KEYCODE_F20 = 787
 
const short KEYCODE_F21 = 788
 
const short KEYCODE_F22 = 789
 
const short KEYCODE_F23 = 790
 
const short KEYCODE_F24 = 791
 
const short KEYCODE_F25 = 792
 
const short KEYCODE_F26 = 793
 
const short KEYCODE_DOWN = 1024
 
const short KEYCODE_UP = 1025
 
const short KEYCODE_LEFT = 1026
 
const short KEYCODE_RIGHT = 1027
 
const short KEYCODE_HOME = 1028
 
const short KEYCODE_END = 1029
 
const short KEYCODE_PAGEUP = 1030
 
const short KEYCODE_PAGEDOWN = 1031
 
const short KEYCODE_RETURN = 1280
 
const short KEYCODE_ESCAPE = 1281
 
const short KEYCODE_TAB = 1282
 
const short KEYCODE_BACKSPACE = 1283
 
const short KEYCODE_SPACE = 1284
 
const short KEYCODE_INSERT = 1285
 
const short KEYCODE_DELETE = 1286
 
const short KEYCODE_ADD = 1287
 
const short KEYCODE_SUBTRACT = 1288
 
const short KEYCODE_MULTIPLY = 1289
 
const short KEYCODE_DIVIDE = 1290
 
const short KEYCODE_POINT = 1291
 
const short KEYCODE_COMMA = 1292
 
const short KEYCODE_LESS = 1293
 
const short KEYCODE_GREATER = 1294
 
const short KEYCODE_EQUAL = 1295
 
const short KEYCODE_OPEN = 1296
 
const short KEYCODE_CUT = 1297
 
const short KEYCODE_COPY = 1298
 
const short KEYCODE_PASTE = 1299
 
const short KEYCODE_UNDO = 1300
 
const short KEYCODE_REPEAT = 1301
 
const short KEYCODE_FIND = 1302
 
const short KEYCODE_PROPERTIES = 1303
 
const short KEYCODE_FRONT = 1304
 
const short KEYCODE_CONTEXTMENU = 1305
 
const short KEYCODE_HELP = 1306
 
const short SHORTCUT_DONTKNOW = 0
 
const short NEW = 1
 
const short OPEN = 2
 
const short SAVE = 3
 
const short SAVEAS = 4
 
const short PRINT = 5
 
const short CLOSE = 6
 
const short QUIT = 7
 
const short CUT = 8
 
const short COPY = 9
 
const short PASTE = 10
 
const short UNDO = 11
 
const short REDO = 12
 
const short UNODELETE = 13
 
const short REPEAT = 14
 
const short FIND = 15
 
const short FINDBACKWARD = 16
 
const short PROPERTIES = 17
 
const short FRONT = 18
 

Variable Documentation

◆ CLOSE

const short CLOSE = 6

Definition at line 138 of file AccessibleKeyStroke.h.

◆ COPY

const short COPY = 9

Definition at line 141 of file AccessibleKeyStroke.h.

◆ CUT

const short CUT = 8

Definition at line 140 of file AccessibleKeyStroke.h.

◆ FIND

const short FIND = 15

Definition at line 147 of file AccessibleKeyStroke.h.

◆ FINDBACKWARD

const short FINDBACKWARD = 16

Definition at line 148 of file AccessibleKeyStroke.h.

◆ FRONT

const short FRONT = 18

Definition at line 150 of file AccessibleKeyStroke.h.

◆ KEYCODE_A

const short KEYCODE_A = 512

Definition at line 44 of file AccessibleKeyStroke.h.

◆ KEYCODE_ADD

const short KEYCODE_ADD = 1287

Definition at line 111 of file AccessibleKeyStroke.h.

◆ KEYCODE_B

const short KEYCODE_B = 513

Definition at line 45 of file AccessibleKeyStroke.h.

◆ KEYCODE_BACKSPACE

const short KEYCODE_BACKSPACE = 1283

Definition at line 107 of file AccessibleKeyStroke.h.

◆ KEYCODE_C

const short KEYCODE_C = 514

Definition at line 46 of file AccessibleKeyStroke.h.

◆ KEYCODE_COMMA

const short KEYCODE_COMMA = 1292

Definition at line 116 of file AccessibleKeyStroke.h.

◆ KEYCODE_CONTEXTMENU

const short KEYCODE_CONTEXTMENU = 1305

Definition at line 129 of file AccessibleKeyStroke.h.

◆ KEYCODE_COPY

const short KEYCODE_COPY = 1298

Definition at line 122 of file AccessibleKeyStroke.h.

◆ KEYCODE_CUT

const short KEYCODE_CUT = 1297

Definition at line 121 of file AccessibleKeyStroke.h.

◆ KEYCODE_D

const short KEYCODE_D = 515

Definition at line 47 of file AccessibleKeyStroke.h.

◆ KEYCODE_DELETE

const short KEYCODE_DELETE = 1286

Definition at line 110 of file AccessibleKeyStroke.h.

◆ KEYCODE_DIVIDE

const short KEYCODE_DIVIDE = 1290

Definition at line 114 of file AccessibleKeyStroke.h.

◆ KEYCODE_DOWN

const short KEYCODE_DOWN = 1024

Definition at line 96 of file AccessibleKeyStroke.h.

◆ KEYCODE_E

const short KEYCODE_E = 516

Definition at line 48 of file AccessibleKeyStroke.h.

◆ KEYCODE_END

const short KEYCODE_END = 1029

Definition at line 101 of file AccessibleKeyStroke.h.

◆ KEYCODE_EQUAL

const short KEYCODE_EQUAL = 1295

Definition at line 119 of file AccessibleKeyStroke.h.

◆ KEYCODE_ESCAPE

const short KEYCODE_ESCAPE = 1281

Definition at line 105 of file AccessibleKeyStroke.h.

◆ KEYCODE_F

const short KEYCODE_F = 517

Definition at line 49 of file AccessibleKeyStroke.h.

◆ KEYCODE_F1

const short KEYCODE_F1 = 768

Definition at line 70 of file AccessibleKeyStroke.h.

◆ KEYCODE_F10

const short KEYCODE_F10 = 777

Definition at line 79 of file AccessibleKeyStroke.h.

◆ KEYCODE_F11

const short KEYCODE_F11 = 778

Definition at line 80 of file AccessibleKeyStroke.h.

◆ KEYCODE_F12

const short KEYCODE_F12 = 779

Definition at line 81 of file AccessibleKeyStroke.h.

◆ KEYCODE_F13

const short KEYCODE_F13 = 780

Definition at line 82 of file AccessibleKeyStroke.h.

◆ KEYCODE_F14

const short KEYCODE_F14 = 781

Definition at line 83 of file AccessibleKeyStroke.h.

◆ KEYCODE_F15

const short KEYCODE_F15 = 782

Definition at line 84 of file AccessibleKeyStroke.h.

◆ KEYCODE_F16

const short KEYCODE_F16 = 783

Definition at line 85 of file AccessibleKeyStroke.h.

◆ KEYCODE_F17

const short KEYCODE_F17 = 784

Definition at line 86 of file AccessibleKeyStroke.h.

◆ KEYCODE_F18

const short KEYCODE_F18 = 785

Definition at line 87 of file AccessibleKeyStroke.h.

◆ KEYCODE_F19

const short KEYCODE_F19 = 786

Definition at line 88 of file AccessibleKeyStroke.h.

◆ KEYCODE_F2

const short KEYCODE_F2 = 769

Definition at line 71 of file AccessibleKeyStroke.h.

◆ KEYCODE_F20

const short KEYCODE_F20 = 787

Definition at line 89 of file AccessibleKeyStroke.h.

◆ KEYCODE_F21

const short KEYCODE_F21 = 788

Definition at line 90 of file AccessibleKeyStroke.h.

◆ KEYCODE_F22

const short KEYCODE_F22 = 789

Definition at line 91 of file AccessibleKeyStroke.h.

◆ KEYCODE_F23

const short KEYCODE_F23 = 790

Definition at line 92 of file AccessibleKeyStroke.h.

◆ KEYCODE_F24

const short KEYCODE_F24 = 791

Definition at line 93 of file AccessibleKeyStroke.h.

◆ KEYCODE_F25

const short KEYCODE_F25 = 792

Definition at line 94 of file AccessibleKeyStroke.h.

◆ KEYCODE_F26

const short KEYCODE_F26 = 793

Definition at line 95 of file AccessibleKeyStroke.h.

◆ KEYCODE_F3

const short KEYCODE_F3 = 770

Definition at line 72 of file AccessibleKeyStroke.h.

◆ KEYCODE_F4

const short KEYCODE_F4 = 771

Definition at line 73 of file AccessibleKeyStroke.h.

◆ KEYCODE_F5

const short KEYCODE_F5 = 772

Definition at line 74 of file AccessibleKeyStroke.h.

◆ KEYCODE_F6

const short KEYCODE_F6 = 773

Definition at line 75 of file AccessibleKeyStroke.h.

◆ KEYCODE_F7

const short KEYCODE_F7 = 774

Definition at line 76 of file AccessibleKeyStroke.h.

◆ KEYCODE_F8

const short KEYCODE_F8 = 775

Definition at line 77 of file AccessibleKeyStroke.h.

◆ KEYCODE_F9

const short KEYCODE_F9 = 776

Definition at line 78 of file AccessibleKeyStroke.h.

◆ KEYCODE_FIND

const short KEYCODE_FIND = 1302

Definition at line 126 of file AccessibleKeyStroke.h.

◆ KEYCODE_FRONT

const short KEYCODE_FRONT = 1304

Definition at line 128 of file AccessibleKeyStroke.h.

◆ KEYCODE_G

const short KEYCODE_G = 518

Definition at line 50 of file AccessibleKeyStroke.h.

◆ KEYCODE_GREATER

const short KEYCODE_GREATER = 1294

Definition at line 118 of file AccessibleKeyStroke.h.

◆ KEYCODE_H

const short KEYCODE_H = 519

Definition at line 51 of file AccessibleKeyStroke.h.

◆ KEYCODE_HELP

const short KEYCODE_HELP = 1306

Definition at line 130 of file AccessibleKeyStroke.h.

◆ KEYCODE_HOME

const short KEYCODE_HOME = 1028

Definition at line 100 of file AccessibleKeyStroke.h.

◆ KEYCODE_I

const short KEYCODE_I = 520

Definition at line 52 of file AccessibleKeyStroke.h.

◆ KEYCODE_INSERT

const short KEYCODE_INSERT = 1285

Definition at line 109 of file AccessibleKeyStroke.h.

◆ KEYCODE_J

const short KEYCODE_J = 521

Definition at line 53 of file AccessibleKeyStroke.h.

◆ KEYCODE_K

const short KEYCODE_K = 522

Definition at line 54 of file AccessibleKeyStroke.h.

◆ KEYCODE_L

const short KEYCODE_L = 523

Definition at line 55 of file AccessibleKeyStroke.h.

◆ KEYCODE_LEFT

const short KEYCODE_LEFT = 1026

Definition at line 98 of file AccessibleKeyStroke.h.

◆ KEYCODE_LESS

const short KEYCODE_LESS = 1293

Definition at line 117 of file AccessibleKeyStroke.h.

◆ KEYCODE_M

const short KEYCODE_M = 524

Definition at line 56 of file AccessibleKeyStroke.h.

◆ KEYCODE_MULTIPLY

const short KEYCODE_MULTIPLY = 1289

Definition at line 113 of file AccessibleKeyStroke.h.

◆ KEYCODE_N

const short KEYCODE_N = 525

Definition at line 57 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM0

const short KEYCODE_NUM0 = 256

Definition at line 34 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM1

const short KEYCODE_NUM1 = 257

Definition at line 35 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM2

const short KEYCODE_NUM2 = 258

Definition at line 36 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM3

const short KEYCODE_NUM3 = 259

Definition at line 37 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM4

const short KEYCODE_NUM4 = 260

Definition at line 38 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM5

const short KEYCODE_NUM5 = 261

Definition at line 39 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM6

const short KEYCODE_NUM6 = 262

Definition at line 40 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM7

const short KEYCODE_NUM7 = 263

Definition at line 41 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM8

const short KEYCODE_NUM8 = 264

Definition at line 42 of file AccessibleKeyStroke.h.

◆ KEYCODE_NUM9

const short KEYCODE_NUM9 = 265

Definition at line 43 of file AccessibleKeyStroke.h.

◆ KEYCODE_O

const short KEYCODE_O = 526

Definition at line 58 of file AccessibleKeyStroke.h.

◆ KEYCODE_OPEN

const short KEYCODE_OPEN = 1296

Definition at line 120 of file AccessibleKeyStroke.h.

◆ KEYCODE_P

const short KEYCODE_P = 527

Definition at line 59 of file AccessibleKeyStroke.h.

◆ KEYCODE_PAGEDOWN

const short KEYCODE_PAGEDOWN = 1031

Definition at line 103 of file AccessibleKeyStroke.h.

◆ KEYCODE_PAGEUP

const short KEYCODE_PAGEUP = 1030

Definition at line 102 of file AccessibleKeyStroke.h.

◆ KEYCODE_PASTE

const short KEYCODE_PASTE = 1299

Definition at line 123 of file AccessibleKeyStroke.h.

◆ KEYCODE_POINT

const short KEYCODE_POINT = 1291

Definition at line 115 of file AccessibleKeyStroke.h.

◆ KEYCODE_PROPERTIES

const short KEYCODE_PROPERTIES = 1303

Definition at line 127 of file AccessibleKeyStroke.h.

◆ KEYCODE_Q

const short KEYCODE_Q = 528

Definition at line 60 of file AccessibleKeyStroke.h.

◆ KEYCODE_R

const short KEYCODE_R = 529

Definition at line 61 of file AccessibleKeyStroke.h.

◆ KEYCODE_REPEAT

const short KEYCODE_REPEAT = 1301

Definition at line 125 of file AccessibleKeyStroke.h.

◆ KEYCODE_RETURN

const short KEYCODE_RETURN = 1280

Definition at line 104 of file AccessibleKeyStroke.h.

◆ KEYCODE_RIGHT

const short KEYCODE_RIGHT = 1027

Definition at line 99 of file AccessibleKeyStroke.h.

◆ KEYCODE_S

const short KEYCODE_S = 530

Definition at line 62 of file AccessibleKeyStroke.h.

◆ KEYCODE_SPACE

const short KEYCODE_SPACE = 1284

Definition at line 108 of file AccessibleKeyStroke.h.

◆ KEYCODE_SUBTRACT

const short KEYCODE_SUBTRACT = 1288

Definition at line 112 of file AccessibleKeyStroke.h.

◆ KEYCODE_T

const short KEYCODE_T = 531

Definition at line 63 of file AccessibleKeyStroke.h.

◆ KEYCODE_TAB

const short KEYCODE_TAB = 1282

Definition at line 106 of file AccessibleKeyStroke.h.

◆ KEYCODE_U

const short KEYCODE_U = 532

Definition at line 64 of file AccessibleKeyStroke.h.

◆ KEYCODE_UNDO

const short KEYCODE_UNDO = 1300

Definition at line 124 of file AccessibleKeyStroke.h.

◆ KEYCODE_UP

const short KEYCODE_UP = 1025

Definition at line 97 of file AccessibleKeyStroke.h.

◆ KEYCODE_V

const short KEYCODE_V = 533

Definition at line 65 of file AccessibleKeyStroke.h.

◆ KEYCODE_W

const short KEYCODE_W = 534

Definition at line 66 of file AccessibleKeyStroke.h.

◆ KEYCODE_X

const short KEYCODE_X = 535

Definition at line 67 of file AccessibleKeyStroke.h.

◆ KEYCODE_Y

const short KEYCODE_Y = 536

Definition at line 68 of file AccessibleKeyStroke.h.

◆ KEYCODE_Z

const short KEYCODE_Z = 537

Definition at line 69 of file AccessibleKeyStroke.h.

◆ MODIFIER_ALT

const short MODIFIER_ALT = 4

Definition at line 32 of file AccessibleKeyStroke.h.

◆ MODIFIER_CTRL

const short MODIFIER_CTRL = 2

Definition at line 31 of file AccessibleKeyStroke.h.

◆ MODIFIER_SHIFT

const short MODIFIER_SHIFT = 1

Definition at line 30 of file AccessibleKeyStroke.h.

◆ NEW

const short NEW = 1

Definition at line 133 of file AccessibleKeyStroke.h.

◆ OPEN

const short OPEN = 2

Definition at line 134 of file AccessibleKeyStroke.h.

◆ PASTE

const short PASTE = 10

Definition at line 142 of file AccessibleKeyStroke.h.

◆ PRINT

const short PRINT = 5

Definition at line 137 of file AccessibleKeyStroke.h.

◆ PROPERTIES

const short PROPERTIES = 17

Definition at line 149 of file AccessibleKeyStroke.h.

◆ QUIT

const short QUIT = 7

Definition at line 139 of file AccessibleKeyStroke.h.

◆ REDO

const short REDO = 12

Definition at line 144 of file AccessibleKeyStroke.h.

◆ REPEAT

const short REPEAT = 14

Definition at line 146 of file AccessibleKeyStroke.h.

◆ SAVE

const short SAVE = 3

Definition at line 135 of file AccessibleKeyStroke.h.

◆ SAVEAS

const short SAVEAS = 4

Definition at line 136 of file AccessibleKeyStroke.h.

◆ SHORTCUT_DONTKNOW

const short SHORTCUT_DONTKNOW = 0

Definition at line 132 of file AccessibleKeyStroke.h.

◆ UNDO

const short UNDO = 11

Definition at line 143 of file AccessibleKeyStroke.h.

◆ UNODELETE

const short UNODELETE = 13

Definition at line 145 of file AccessibleKeyStroke.h.