home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / komunikace / amaya / amaya-WinXP-9.2.1.exe / config / amaya.kb next >
Text File  |  2005-07-11  |  13KB  |  278 lines

  1. # Keyboard configuration file for Windows
  2. # Be careful when using Alt key to define short cuts. 
  3. # Alt key, referenced by Windows API as VK_MENU is
  4. # usually used by Windows for some particular purposes
  5. # and especially default short cuts. Amaya also uses this
  6. # particular key to introduce its own short cuts without using
  7. # the Windows standard accelerator table.
  8. # You have to distinguish between <Alt/Control><Key> sequences and
  9. # <Shift><Alt/Control><Key> sequences.
  10. # For example:
  11. # Ctrl <Key>O:        ZoomIn()    ## is wrong
  12. # Shift  <Key>O:    ZoomIn()    ## is correct
  13. # Alt <Key>=:            ZoomIn()    ## is correct
  14. #
  15. # On Windows platforms Shift Alt is reserved by the system and
  16. # cannot be used to define shortcuts
  17. #
  18. # Ctrl-x, c, v are used for cut, copy, paste
  19. # Ctrl-z and Ctrl-y are used for Undo/Redo
  20. #
  21. # Ctrl-a, e are used for moving around
  22. # Ctrl-k is used for the spellcheck
  23. # Ctrl-r, b, F are used for reload, back and forward
  24. # Ctrl-1, 2, 3, 4, 5, 6 are used for headings.
  25. #
  26. # Ctrl-m is used for Math functions
  27. # Alt-f is used for Forms functions
  28. # Alt-s is used for Style functions
  29. # Ctrl-n is used for New functions (n, t, c) and Annotation functions
  30. # Ctrl-t is used for Types in the types menu, and some table actions
  31. # Alt-t is used for style types
  32. # Alt-v is used for view menus
  33. #
  34. # Ctrl-L, T, D and Shift-Alt-L are used for linking
  35. # Ctrl-B, I are used for strong and emphasis
  36. # Ctrl-N is for changing the title (Name...)
  37. # Ctrl-! and S are used in the structure menu.
  38. #
  39. # Ctrl-Return, Space are used for BR and  
  40.  
  41. # personal keyboard file for Amaya
  42. #moving around 
  43. <Key>Delete:        TtcDeleteSelection() 
  44. <Key>Backspace:     TtcDeletePreviousChar() 
  45. <Key>F2:            TtcParentElement()
  46. <Key>Return:        TtcCreateElement() 
  47. <Key>End:           TtcEndOfLine()
  48. <Key>Home:          TtcStartOfLine() 
  49. #Following commented out to remember default actions
  50. #<Key>Up:           TtcPreviousLine() 
  51. #<Key>Down:         TtcNextLine() 
  52. #<Key>Right:        TtcNextChar() 
  53. #<Key>Left:         TtcPreviousChar() 
  54. #Ctrl <Key>Up:      TtcLineUp()
  55. #Ctrl <Key>Down:    TtcLineDown()
  56. <Key>Tab:           NextLinkOrFormElement()
  57. Shift <Key>Tab:     PreviousLinkOrFormElement()
  58. Ctrl <Key>a:        TtcStartOfLine() 
  59. Shift Ctrl <Key>A:  TtcSelStartOfLine() 
  60. Ctrl <Key>e:        TtcEndOfLine() 
  61. Shift Ctrl <Key>E:  TtcSelEndOfLine() 
  62. Ctrl <Key>j:        TtcPreviousElement() 
  63. Ctrl <Key>k:        TtcNextElement()
  64. Ctrl <Key>-:        TtcChildElement()
  65. Ctrl <Key>Home:     TtcPageTop() 
  66. Ctrl <Key>End:      TtcPageEnd() 
  67. Alt <Key>Return:    DoAction() 
  68. Alt <Key>Home:      GoToHome()
  69. Alt <Key>[:                            TtcInsertChar("\253")
  70. Alt <Key>]:                            TtcInsertChar("\273")
  71. Alt <Key>\:                            TtcInsertChar("€")
  72.  
  73. #File menu 
  74. Shift Ctrl <Key>P:                 PrintAs() 
  75. Ctrl <Key>p:                       SetupAndPrint() 
  76. Ctrl <Key>s:                       SaveDocument() 
  77. Shift Ctrl <Key>S:                 SaveDocumentAs() 
  78. Ctrl <Key>b , Ctrl <Key>b:         GotoPreviousHTML() 
  79. Ctrl <Key>b , Ctrl <Key>f:         GotoNextHTML() 
  80. <Key>F5:               Reload() 
  81. Ctrl <Key>w:                       AmayaCloseTab() 
  82. Ctrl <Key>q:                       AmayaClose()
  83. Ctrl <Key>b , Ctrl <Key>y:         Synchronize()
  84.  
  85. #edit menu 
  86. Ctrl <Key>c:                       TtcCopySelection() 
  87. Ctrl <Key>d:                       TtcDeleteSelection() 
  88. Alt <Key>F3:                       TtcSearchText()
  89. Ctrl <Key>f:                       TtcSearchText()
  90. <Key>F7:               SpellCheck()
  91. Ctrl <Key>v:                       PasteBuffer()
  92. Ctrl <Key>x:                       TtcCutSelection()
  93. Ctrl <Key>y:                       TtcRedo() 
  94. Ctrl <Key>z:                       TtcUndo() 
  95. #Shift Ctrl <Key>*:                 SetBrowserEditor() 
  96.  
  97. #Headings sbmenu
  98. Shift Ctrl <Key>1:                 CreateHeading1() 
  99. Shift Ctrl <Key>2:                 CreateHeading2() 
  100. Shift Ctrl <Key>3:                 CreateHeading3() 
  101. Shift Ctrl <Key>4:                 CreateHeading4() 
  102. Shift Ctrl <Key>5:                 CreateHeading5() 
  103. Shift Ctrl <Key>6:                 CreateHeading6() 
  104. Ctrl <Key>1:                       CreateHeading1() 
  105. Ctrl <Key>2:                       CreateHeading2() 
  106. Ctrl <Key>3:                       CreateHeading3() 
  107. Ctrl <Key>4:                       CreateHeading4() 
  108. Ctrl <Key>5:                       CreateHeading5() 
  109. Ctrl <Key>6:                       CreateHeading6()
  110. # BR and  
  111. Ctrl <Key>Return:                  CreateBreak("\212") 
  112. Ctrl <Key>Space:                   TtcInsertChar("\240")
  113.  
  114. #Types 
  115. Shift <Key>Return:                 CreateParagraph() 
  116. Ctrl <Key>h , Ctrl <Key>a:         CreateAddress() 
  117. Ctrl <Key>h , Ctrl <Key>c:         CreateComment() 
  118. Ctrl <Key>h , Ctrl <Key>d:         CreateDefinitionList() 
  119. Ctrl <Key>h , Ctrl <Key>h:         CreateHorizontalRule() 
  120. Ctrl <Key>h , Ctrl <Key>i:         CreateImage() 
  121. Ctrl <Key>h , Ctrl <Key>l:         CreateList() 
  122. Ctrl <Key>h , Ctrl <Key>m:         CreateMap()
  123. Ctrl <Key>h , Ctrl <Key>n:         CreateNumberedList() 
  124. Ctrl <Key>h , Ctrl <Key>o:         CreateObject() 
  125. Ctrl <Key>h , Ctrl <Key>p:         CreatePreformatted() 
  126. Ctrl <Key>h , Ctrl <Key>q:         CreateBlockQuote() 
  127. Ctrl <Key>h , Ctrl <Key>r:         CreateRuby() 
  128. Ctrl <Key>h , Ctrl <Key>t:         ChangeTitle()
  129. Ctrl <Key>h , Ctrl <Key>v:         CreateDivision() 
  130. Ctrl <Key>h , Ctrl <Key>w:         CreateParameter() 
  131.  
  132. #Style menu and Information types
  133. Ctrl <Key>i , Ctrl <Key>a:         ApplyClass() 
  134. Ctrl <Key>i , Ctrl <Key>b:         ChangeBackgroundImage() 
  135. Ctrl <Key>i , Ctrl <Key>c:         CreateClass() 
  136. Ctrl <Key>i , Ctrl <Key>d:                 SetOnOffDEL()
  137. #Ctrl <Key>i , Ctrl <Key>d:         DisableCSS()
  138. #Ctrl <Key>i , Ctrl <Key>e:         EnableCSS()
  139. Ctrl <Key>i , Ctrl <Key>e:                 SetOnOffEmphasis() 
  140. Ctrl <Key>i , Ctrl <Key>f:         TtcChangeFormat() 
  141. Ctrl <Key>i , Ctrl <Key>h:         TtcChangeCharacters() 
  142. Ctrl <Key>i , Ctrl <Key>i:                 SetOnOffINS() 
  143. Ctrl <Key>i , Ctrl <Key>k:                 SetOnOffKeyboard() 
  144. Ctrl <Key>i , Ctrl <Key>l:         LinkCSS()
  145. Ctrl <Key>i , Ctrl <Key>m:                 SetOnOffSample() 
  146. Ctrl <Key>i , Ctrl <Key>o:         OpenCSS() 
  147. Ctrl <Key>i , Ctrl <Key>p:         TtcChangeColors() 
  148. Ctrl <Key>i , Ctrl <Key>q:                 SetOnOffQuotation() 
  149. Ctrl <Key>i , Ctrl <Key>r:         RemoveCSS() 
  150. Ctrl <Key>i , Ctrl <Key>s:                 SetOnOffStrong() 
  151. Ctrl <Key>i , Ctrl <Key>t:                 SetOnOffCode() 
  152. Ctrl <Key>i , Ctrl <Key>u:                 SetOnOffAbbr() 
  153. Ctrl <Key>i , Ctrl <Key>v:                 SetOnOffVariable() 
  154. Ctrl <Key>i , Ctrl <Key>w:                 SetOnOffCite() 
  155. Ctrl <Key>i , Ctrl <Key>x:                 SetOnOffDefinition() 
  156. Ctrl <Key>i , Ctrl <Key>y:                 SetOnOffAcronym() 
  157. Ctrl <Key>i , Ctrl <Key>z:                 SetOnOffBDO() 
  158.  
  159. #Links and SvgLibrary
  160. Ctrl <Key>l , Ctrl <Key>a:         AddNewModelIntoLibrary()
  161. Ctrl <Key>l , Ctrl <Key>d:         DeleteAnchor() 
  162. Ctrl <Key>l , Ctrl <Key>f:       AddNewModelIntoLibraryForm()
  163. Ctrl <Key>l , Ctrl <Key>l:         CreateOrChangeLink() 
  164. Ctrl <Key>l , Ctrl <Key>p:         LinkToPreviousTarget() 
  165. Ctrl <Key>l , Ctrl <Key>s:       ShowLibrary()
  166. Ctrl <Key>l , Ctrl <Key>t:         CreateTarget()
  167.  
  168. #Math (types submenu)
  169. Ctrl <Key>m , Ctrl <Key>Space:     CreateMSPACE()
  170. Ctrl <Key>m , Ctrl <Key>6:         CreateMSUP() 
  171. Ctrl <Key>m , Ctrl <Key>a:         CreateApplyFunction()
  172. Ctrl <Key>m , Ctrl <Key>b:         CreateMSUBSUP() 
  173. Ctrl <Key>m , Ctrl <Key>c:         CreateMENCLOSE()
  174. Ctrl <Key>m , Ctrl <Key>d:         CreateMI()
  175. Ctrl <Key>m , Ctrl <Key>e:         CreateMathEntity()
  176. Ctrl <Key>m , Ctrl <Key>f:         CreateMFRAC() 
  177. Ctrl <Key>m , Ctrl <Key>g:         CreateMO()
  178. Ctrl <Key>m , Ctrl <Key>i:         CreateInvisibleTimes()
  179. Ctrl <Key>m , Ctrl <Key>k:         CreateMUNDEROVER() 
  180. Ctrl <Key>m , Ctrl <Key>m:         CreateMath() 
  181. Ctrl <Key>m , Ctrl <Key>n:         CreateMN()
  182. Ctrl <Key>m , Ctrl <Key>o:         CreateMOVER() 
  183. Ctrl <Key>m , Ctrl <Key>p:         CreateMROW() 
  184. Ctrl <Key>m , Ctrl <Key>q:         CreateMSQRT() 
  185. Ctrl <Key>m , Ctrl <Key>r:         CreateMROOT() 
  186. Ctrl <Key>m , Ctrl <Key>s:         CreateMMULTISCRIPTS()
  187. Ctrl <Key>m , Ctrl <Key>h:         CreateMTABLE() 
  188. Ctrl <Key>m , Ctrl <Key>u:         CreateMUNDER() 
  189. Ctrl <Key>m , Ctrl <Key>v:         CreateMSUB() 
  190. Ctrl <Key>m , Ctrl <Key>x:         CreateMTEXT()
  191.  
  192.  
  193. #Annotations, Bookmarks and New
  194. Ctrl <Key>n , Ctrl <Key>a:       AnnotateDocument()
  195. #Ctrl <Key>n , Ctrl <Key>b:       BookmarkFile()
  196. Ctrl <Key>n , Ctrl <Key>c:         NewCss() 
  197. Ctrl <Key>n , Ctrl <Key>d:       DeleteAnnotation()
  198. #Ctrl <Key>n , Ctrl <Key>e:       AddSeparator()
  199. Ctrl <Key>n , Ctrl <Key>f:       FilterAnnot()
  200. Ctrl <Key>n , Ctrl <Key>g:         NewSVG() 
  201. Ctrl <Key>n , Ctrl <Key>h:         NewXHTML() 
  202. Ctrl <Key>n , Ctrl <Key>i:       MoveItem()
  203. Ctrl <Key>n , Ctrl <Key>k:         NewXHTMLBasic() 
  204. Ctrl <Key>n , Ctrl <Key>l:       LoadAnnotations()
  205. Ctrl <Key>n , Ctrl <Key>m:         NewMathML() 
  206. Ctrl <Key>n , Ctrl <Key>o:       ConfigAnnot()
  207. Ctrl <Key>n , Ctrl <Key>p:       PostAnnotation()
  208. Ctrl <Key>n , Ctrl <Key>r:       ReplyToAnnotation()
  209. Ctrl <Key>n , Ctrl <Key>s:       AnnotateSelection()
  210. #Ctrl <Key>n , Ctrl <Key>t:       EditTopics()
  211. Ctrl <Key>n , Ctrl <Key>u:         NewXHTMLStrict() 
  212. #Ctrl <Key>n , Ctrl <Key>v:       ViewBookmarks()
  213. Ctrl <Key>n , Ctrl <Key>x:         NewXHTML11() 
  214.  
  215. #Forms and Open
  216. Ctrl <Key>o , Ctrl <Key>a:         CreateTextArea() 
  217. Ctrl <Key>o , Ctrl <Key>b:         CreatePushButton() 
  218. Ctrl <Key>o , Ctrl <Key>c:         CreateFieldset() 
  219. Ctrl <Key>o , Ctrl <Key>e:               TtcInsertChar("œ")
  220. Ctrl <Key>o , Ctrl <Key>f:         CreateForm() 
  221. Ctrl <Key>o , Ctrl <Key>g:         CreateOptGroup() 
  222. Ctrl <Key>o , Ctrl <Key>h:         CreateHiddenInput() 
  223. Ctrl <Key>o , Ctrl <Key>i:         CreateTextInput() 
  224. Ctrl <Key>o , Ctrl <Key>l:         CreateLabel() 
  225. Ctrl <Key>o , Ctrl <Key>m:         CreateImageInput()
  226. Ctrl <Key>o , Ctrl <Key>n:         CreateOption() 
  227. Ctrl <Key>o , Ctrl <Key>o:         OpenDoc() 
  228. Ctrl <Key>o , Ctrl <Key>p:         CreatePasswordInput() 
  229. Ctrl <Key>o , Ctrl <Key>r:         CreateRadio() 
  230. Ctrl <Key>o , Ctrl <Key>s:         CreateSubmit() 
  231. Ctrl <Key>o , Ctrl <Key>t:         CreateToggle() 
  232. Ctrl <Key>o , Ctrl <Key>u:         CreateFileInput() 
  233. Ctrl <Key>o , Ctrl <Key>w:         OpenDocInNewWindow() 
  234. Ctrl <Key>o , Ctrl <Key>x:         CreateReset() 
  235. Shift Ctrl <Key>O , Shift Ctrl <Key>E: TtcInsertChar("Œ")
  236.  
  237. #Transform and Tables
  238. Ctrl <Key>t , Ctrl <Key>a:         CreateColumnAfter() 
  239. Ctrl <Key>t , Ctrl <Key>b:         CreateColumnBefore() 
  240. Ctrl <Key>t , Ctrl <Key>c:         SelectColumn() 
  241. Ctrl <Key>t , Ctrl <Key>d:         ChangeToDataCell()
  242. Ctrl <Key>t , Ctrl <Key>e:         CellHorizExtend()
  243. Ctrl <Key>t , Ctrl <Key>h:         ChangeToHeadingCell()
  244. Ctrl <Key>t , Ctrl <Key>i:         CreateRowBefore() 
  245. Ctrl <Key>t , Ctrl <Key>j:         CellVertExtend()
  246. Ctrl <Key>t , Ctrl <Key>l:         CreateCaption()
  247. Ctrl <Key>t , Ctrl <Key>m:         CellVertShrink() 
  248. Ctrl <Key>t , Ctrl <Key>n:         CreateRowAfter() 
  249. Ctrl <Key>t , Ctrl <Key>p:         PasteBefore() 
  250. Ctrl <Key>t , Ctrl <Key>r:         SelectRow() 
  251. Ctrl <Key>t , Ctrl <Key>s:         CellHorizShrink() 
  252. Ctrl <Key>t , Ctrl <Key>t:         CreateTable() 
  253. Ctrl <Key>t , Ctrl <Key>v:         PasteAfter() 
  254. Ctrl <Key>t , Ctrl <Key>x:         TransformType()
  255.  
  256. #View Menu
  257. <Key>F11:                          FullScreen()
  258. <Key>F12:                          ShowPanel()
  259. Ctrl <Key>u , Ctrl <Key>a:         ShowAlternate()
  260. Ctrl <Key>u , Ctrl <Key>b:         ShowButtons() 
  261. Ctrl <Key>u , Ctrl <Key>c:         ShowToC() 
  262. Ctrl <Key>u , Ctrl <Key>f:         ShowFormatted()
  263. Ctrl <Key>u , Ctrl <Key>h:         SplitHorizontally()
  264. Ctrl <Key>u , Ctrl <Key>l:         ShowLinks() 
  265. Ctrl <Key>u , Ctrl <Key>m:         ShowMapAreas() 
  266. Ctrl <Key>u , Ctrl <Key>o:         ShowSource()
  267. Ctrl <Key>u , Ctrl <Key>s:         ShowStructure()
  268. Ctrl <Key>u , Ctrl <Key>t:         ShowTargets() 
  269. Ctrl <Key>u , Ctrl <Key>v:         SplitVertically()
  270. Alt <Key>-:       ZoomOut()
  271. Alt <Key>=:       ZoomIn()
  272. #Alt <Key>+:      ZoomIn()
  273. #Alt <Key>1:      ZoomIn()                  
  274. #Try to override bizzare behaviour
  275. Shift <Key>End:     TtcSelEndOfLine()
  276. Shift <Key>Home:    TtcSelStartOfLine()
  277.  
  278.