Tk-TM
view release on metacpan or search on metacpan
lib/Tk/TM/Lang.pm view on Meta::CPAN
,"'Print...', [Ctrl+P] - print data."
,"'Export...' - export data to file shoosen."
,"'Import...' - import data from file choosen."
,"'Close', [Alt+F4] - close window."
,"'Exit', [Shift+F3] - exit application."
,"-------- 'Edit' - Editing data --------"
,"'New record', [+], [Ctrl+N] - create (append) new record of data."
,"'Delete record', [-], [Ctrl+Y] - delete the current record of data."
,"'Undo edit' - undo changes made in current record."
,"'Prompt...', [F4] - entry help screen to choose value to enter into field."
,"'Cut' - cut selected text from field onto clipboard."
,"'Copy' - copy selected text from field onto clipboard."
,"'Paste' - paste text from clipboard to cursor position."
,"'Delete' - delete selected text."
,"-------- 'Actions', [..] - Actions of application --------"
,"Contains available application actions."
,"-------- 'Search' - Search, Query, Navigation --------"
,"'Query', [Q] - read data onto screen (query database)."
,"'Reread', [F5] - reread data onto screen, see this in 'File' menu above."
,"'Clear', [C] - clear current data on screen, new records may be entered."
,"'Find...', [F], [Ctrl+F] - find value in current column with regilar expression entered."
,"'Find Next', [Ctrl+G], [Ctrl+L] - find next value with serch entered above."
,"'Top', [<<], [Ctrl+Home] - go to the first record of data."
lib/Tk/TM/wgMenu.pm view on Meta::CPAN
,[$$mt[7],'',-accelerator=>'Shift+F3',-command=>sub{Tk::exit}]
]
,[$$mt[8], 'e' .substr($$mt[8],0,1)
,[$$mt[ 9],'',-accelerator=>'Ctrl+N',-command=>sub{$self->RowNew()}]
,[$$mt[10],'',-accelerator=>'Ctrl+Y',-command=>sub{$self->RowDel()}]
,[$$mt[11],'',-command=>sub{$self->RowUndo()}]
,['separator']
,[$$mt[12],'',-accelerator=>'F4',-command=>sub{$self->FldHelp()}]
,['separator']
# ,[$$mt[13],'',-command=>sub{$mw->focusCurrent->undo}]
,[$$mt[14],'',-accelerator=>'Shift+Del',-command=>sub{$mw->focusCurrent->clipboardCut}]
,[$$mt[15],'',-accelerator=>'Ctrl+Ins',-command=>sub{$mw->focusCurrent->clipboardCopy}]
,[$$mt[16],'',-accelerator=>'Shift+Ins',-command=>sub{$mw->focusCurrent->clipboardPaste}]
,[$$mt[17],'',-accelerator=>'Ctrl+Del',-command=>sub{$mw->focusCurrent->clipboardClear}]
# ,[$$mt[18],'',-command=>sub{$mw->focusCurrent->selectAll}]
]
,[$$mt[19], 'a' .substr($$mt[19],0,1)]
,[$$mt[20], 's' .substr($$mt[20],0,1)
,[$$mt[21],'',-command=>sub{$self->Retrieve()}]
,[$$mt[22],'',-accelerator=>'F5',-command=>sub{$self->Reread()}]
,[$$mt[23],'',-command=>sub{$self->Clear()}]
,[$$mt[24],'',-command=>sub{$self->DBICnd()}]
,['separator']
,[$$mt[25],'',-accelerator=>'Ctrl+F',-command=>sub{$self->Find()}]
( run in 2.344 seconds using v1.01-cache-2.11-cpan-84e82930d8c )