Skip to content

Commit

Permalink
added shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
charlymo committed Jun 28, 2023
1 parent 137cb77 commit 68f3112
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions 880_conf/shawi_shortCuts
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
//*************************************************************//
//** A series of functions is separated by ; ******************//
//*************************************************************//

//***************************************************************//
//** Dict expansion *******************************************//
//***************************************************************//

F1 = createDictStubFromString("dictStubTemplate.xml");
CTRL+K = findFeatureStructureInDict
F9 = getDictEntryID
CTRL+D = findNextEmptyFSString

//***************************************************************//
//***************************************************************//

ALT+H = showSuggestList("{WibarabPath}fLib.xml", "//tei:fs", "@xml:id", "", "")

ALT+L = showReferencedElements
ALT+M = goToMacros
ALT+P = playAudioSnippet
ALT+R = reloadDocument
ALT+S = chunkSelection
ALT+V = validate
ALT+Delete = deleteDictNode
ALT+T = transformSnippet("W:\WIBARAB\Database\wibarab-featuredb\082_scripts_xsl\excel_table_2_fr__prons.xsl", "")
ALT+F3 = doIndents

F2 = tokeniseLine("hideDash", "joinRight");
F3 = goToNextSearchResult
//F4 = detokenizeSelString
F4 = detokeniseLine
//F5 = tokenizeSelText

F6 = goToXMLSnippets
F7 = showTEIItems
F8 = transform
//F10 = playAudioSnippet

F11 = switchKeyTable

CTRL+F3 = navigToIDInBrowser("annotationBlock,spanGrp");
CTRL+F4 = closeDocument
//CTRL+F6 = showCoordinatesOnMap
CTRL+F7 = showDocumentStructure
CTRL+F8 = partialTransform

CTRL+B = goToBrowser
//CTRL+B = createID("id_{rn}", "caret")

CTRL+F = showQueryDialog
CTRL+I = autoCreateID("u", "u_{rn}", "", "")
CTRL+G = showImage
CTRL+L = lookUpStringInDict("dc_shawi_eng_xprofile.xml", "ft_all")
CTRL+K = lookUpStringInDict("dc_shawi_eng_xprofile.xml", "ft_id")
CTRL+M = addAnnotationToList("");
CTRL+N = findNextToken
CTRL+SHIFT+N = findNextUnassignedToken
CTRL+O = goToAnnotations
//CTRL+P = insertPHRElement
CTRL+P = findPrevToken
CTRL+SHIFT+P = findPrevUnassignedToken
CTRL+Q = gotoDictQuery
CTRL+R = showReplaceDialog
CTRL+S = saveDocument
CTRL+U = goToUnicodeTable
CTRL+W = checkWellformedNess


0 comments on commit 68f3112

Please sign in to comment.