Difference between revisions of "83Plus:Flags:3D"

From WikiTI
Jump to: navigation, search
(+ creds & contribs)
m (Official Names)
Line 4: Line 4:
 
'''Flag Byte:''' 3Dh
 
'''Flag Byte:''' 3Dh
  
'''Known Names:''' keybFlags (my name)
+
'''Official Names:''' dBKeyFlags (my name)
  
 
== Bit Overview ==
 
== Bit Overview ==
Line 27: Line 27:
  
 
=== Bit 6 ===
 
=== Bit 6 ===
'''Unofficial name:''' keybReportAll
+
'''Official name:''' keyDefaultsF
  
 
Setting this bit (on OS 1.15 and higher) causes [[83Plus:BCALLs:4972|getKey]] and the [[83Plus:Hooks:9B84|Rawkey Hook]] when using the [http://education.ti.com/us/product/accessory/keyboard/features/features.html TI Keyboard] to return [[83Plus:OS:TI Keyboard#Key Codes|extended key codes]] instead of applying its [[83Plus:OS:TI Keyboard#Key Translation|translation]] to the keys. This is used in [[User:AndyJ|Andy's]] [http://www.ticalc.org/archives/files/fileinfo/318/31849.html ShortCut App].
 
Setting this bit (on OS 1.15 and higher) causes [[83Plus:BCALLs:4972|getKey]] and the [[83Plus:Hooks:9B84|Rawkey Hook]] when using the [http://education.ti.com/us/product/accessory/keyboard/features/features.html TI Keyboard] to return [[83Plus:OS:TI Keyboard#Key Codes|extended key codes]] instead of applying its [[83Plus:OS:TI Keyboard#Key Translation|translation]] to the keys. This is used in [[User:AndyJ|Andy's]] [http://www.ticalc.org/archives/files/fileinfo/318/31849.html ShortCut App].

Revision as of 13:50, 29 April 2005


Synopsis

Flag Byte: 3Dh

Official Names: dBKeyFlags (my name)

Bit Overview

Bit 0

This bit does nothing.

Bit 1

This bit does nothing.

Bit 2

This bit does nothing.

Bit 3

This bit does nothing.

Bit 4

This bit does nothing.

Bit 5

This bit does nothing.

Bit 6

Official name: keyDefaultsF

Setting this bit (on OS 1.15 and higher) causes getKey and the Rawkey Hook when using the TI Keyboard to return extended key codes instead of applying its translation to the keys. This is used in Andy's ShortCut App.

Bit 7

This bit does nothing.

Credits and Contributions

  • Andy Janata: For checking how NoteFolio used the extra keys and documenting it.