W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 1999

Keyboard Files on Windows

From: Joseph M. Reagle Jr. <reagle@w3.org>
Date: Tue, 22 Jun 1999 16:17:38 -0400 (EDT)
Message-Id: <3.0.5.32.19990622161730.00937210@localhost>
To: www-amaya@w3.org
I finally got part of a keyboard file working on Windows NT by noting that people kept speaking of amaya.kb, when the documentation actually says amaya.kbd. However, I still note some odd behaviours. First, Amaya seems to forget the specified user directory after a OS reboot. Second, I can't get various entries below to work, and I haven't a clue why!?

Some things, like zoom in and zoom below show up next to the menu item (a nice touch that allows me to confirm my mapping) but don't work. Other things like spell checking don't show up next to the menu item, and they obviously don't work. Interestingly, I did have the zooming in and zooming out, and the Header elements, working at some point, but subsequent changes to the file rendered them inoperative (though show next to the menu item). Finally, I can't get keysequences to work at all. 

____


#override

#navigation
Ctrl <Key>Home:      GotoPreviousHTML()
Ctrl <Key>End:       GotoNextHTML()
<Key>Home:	TtcPageTop()
<Key>End:	TtcPageEnd()
<Key>Up:	TtcPreviousLine()
<Key>End:	TtcPageEnd()
<Key>Escape:	TtcParentElement()
Ctrl <Key>Up:	TtcPreviousElement()
Ctrl <Key>Down:	TtcNextElement()
Ctrl <Key>Left:	TtcParentElement()
Ctrl <Key>Right: TtcChildElement()
Ctrl <Key>f:    TtcSearchText()
Ctrl <Key>n:    New()
Ctrl <Key>o:    OpenDocInNewWindow()
Ctrl <Key>r:    Reload()
Alt <Key>F4:    TtcCloseDocument()
Ctrl <Key>=:	ZoomIn()
Ctrl <Key>-:	ZoomOut()

#editing
<Key>Delete:    TtcDeleteSelection()
<Key>Return:    TtcCreateElement()
<Key>F7:        EnSpellCheck() 
Ctrl <Key>a:    CreateTarget()
Ctrl <Key>c:    TtcCopySelection()
Ctrl <Key>d:    TtcDeleteSelection()
Ctrl <Key>h:    CreateHorizontalRule()
Ctrl <Key>k:    CreateOrChangeLink()
Ctrl <Key>p:    SetupAndPrint()
Ctrl <Key>s:    SaveDocument()
Ctrl <Key>v:    TtcPaste()
Ctrl <Key>x:    TtcCutSelection()
Ctrl <Key>z:    TtcUndo()

#formatting
Ctrl <Key>b:    CreateElemStrong()
Ctrl <Key>i:    CreateElemEmphasis()
Ctrl <Key>t:    CreateElemCode()
Ctrl <Key>q:    CreateBlockQuote()
Ctrl <Key>Return:       CreateBreak("\212")
Ctrl <Key>Space:        TtcInsertChar("\240")
Ctrl <Key>l, Ctrl <Key>d:	CreateDefinitionList()
Ctrl <Key>l, Ctrl <Key>o:	CreateNumberedList()
Ctrl <Key>l, Ctrl <Key>u:	CreateList()

#header elements
Ctrl <Key>1:     CreateHeading1()
Ctrl <Key>2:     CreateHeading2()
Ctrl <Key>3:     CreateHeading3()
Ctrl <Key>4:     CreateHeading4()
Ctrl <Key>5:     CreateHeading5()
Ctrl <Key>6:     CreateHeading6()



_________________________________________________________
Joseph Reagle Jr.   
Policy Analyst           mailto:reagle@w3.org
XML-Signature Co-Chair   http://w3.org/People/Reagle/
Received on Wednesday, 23 June 1999 03:35:42 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:24 GMT