Displays the key definitions in all of the states. This function duplicates the ability of the DEC DATATRIEVE SHOW KEYDEFS command. The function form of FN$SHOW_KEYDEFS lets you show all keypad definitions inside compound statements. This function is not available in a DECwindows Motif environment.
1 – Input
None.
2 – Output
The definitions of all the defined keys.
3 – Example
DTR> FN$SHOW_KEYDEFS BLUE state keypad definitions: KP1 = "SHOW KEYDEFS" (noecho,terminate,noerase,nolock) DEFAULT state keypad definitions: PF1 = " " (echo,noterminate,noerase,nolock,set_state=GOLD) PF4 = " " (echo,noterminate,noerase,nolock,set_state=BLUE) KP0 = "SHOW KEYDEFS" (echo,terminate,noerase,nolock) KP1 = "READY " (echo,noterminate,noerase,nolock) KP7 = "SHOW ALL" (echo,terminate,noerase,nolock) KP8 = "SHOW DOMAINS" (echo,terminate,noerase,nolock) KP9 = "SHOW RECORDS" (echo,terminate,noerase,nolock) ENTER = "SET APPLICATION_KEYPAD" (echo,terminate,noerase,nolock) GOLD state keypad definitions: ENTER = "SET NO APPLICATION_KEYPAD" (echo,terminate,noerase,nolock) KP1 = "SHOW KEYDEFS" (noecho,terminate,noerase,nolock)