Searched refs:Up (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu15 vt::showat 3 5 [mt::menu {Exit E Up U Down D}]
16 vt::showat 10 10 [mt::menu {Exit E Up < Down > Previous P Next N}]
H A Dmenu219 proc Up {args} {
62 B map [ctrl::cu] Up
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dflexwiki.vim42 nmap <buffer> <Up> gk
44 vmap <buffer> <Up> gk
54 imap <buffer> <S-Up> <C-o>gk
57 imap <buffer> <Up> <C-o>gk
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMakeTextMovie.tcl3 wm title . {Count Up}
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A Dmovie.tcl29 bind Movie <Up> {
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dscale.tcl27 bind TScale <Up> { ttk::scale::Increment %W -1 }
31 bind TScale <Control-Up> { ttk::scale::Increment %W -10 }
H A Dbutton.tcl44 bind TRadiobutton <KeyPress-Up> { ttk::button::RadioTraverse %W -1 }
H A Dspinbox.tcl22 bind TSpinbox <KeyPress-Up> { event generate %W <<Increment>> }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl43 $bind map [cd::cu] [mymethod Up]
159 method Up {str} {
H A Dipager.tcl40 $bind map [cd::cu] [mymethod Up]
149 method Up {str} {
/macosx-10.10.1/vim-55/runtime/
H A Devim.vim19 inoremap <silent> <Up> <C-R>=pumvisible() ? "\<lt>Up>" : "\<lt>C-O>gk"<CR>
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcm.h109 #define Up Wcm.cm_up macro
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/history/
H A Dhistory.tcl16 bind History <Up> {::history::up %W}
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dscale.tcl76 bind Scale <Up> {
88 bind Scale <Control-Up> {
H A Dscrlbar.tcl96 bind Scrollbar <Up> {
102 bind Scrollbar <Control-Up> {
H A Dtext.tcl97 bind Text <Up> {
109 bind Text <Shift-Up> {
121 bind Text <Control-Up> {
133 bind Text <Shift-Control-Up> {
397 bind Text <Option-Up> {
409 bind Text <Shift-Option-Up> {
H A Dlistbox.tcl74 bind Listbox <Up> {
77 bind Listbox <Shift-Up> {
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dscale.tcl76 bind Scale <Up> {
88 bind Scale <Control-Up> {
H A Dscrlbar.tcl96 bind Scrollbar <Up> {
102 bind Scrollbar <Control-Up> {
H A Dtext.tcl96 bind Text <Up> {
108 bind Text <Shift-Up> {
120 bind Text <Control-Up> {
132 bind Text <Shift-Control-Up> {
409 bind Text <Option-Up> {
421 bind Text <Shift-Option-Up> {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcombobox.itk1156 bind $itk_component(entry) <Up> [itcl::code $this _previous]
1191 bind $itk_component(arrowBtn) <Up> [itcl::code $this _previous]
1195 bind $itk_component(arrowBtn) <Shift-Up> [itcl::code $this _toggleList]
1201 bind $itk_component(entry) <Shift-Up> [itcl::code $this _toggleList]
1216 bind $itk_component(entry) <Shift-Up> ""
1389 Shift_L - Shift_R - Up - Down - Left - Right {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl61 $name-reservedKeys {Left Right Up Down Prior Next
107 $name-reservedKeys {Left Right Up Down} \
154 $name-reservedKeys {Left Right Up Down} \
174 $name-reservedKeys {Left Right Up Down} \
263 $name-reservedKeys {Left Right Up Down Prior Next} \
294 $name-reservedKeys {Left Right Up Down} \
395 $name-reservedKeys {Left Right Up Down} \
497 $name-reservedKeys {Left Right Up Down Control-p Control-n} \
527 $name-reservedKeys {Left Right Up Down Prior Next} \
636 $name-reservedKeys {Left Right Up Dow
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dcombobox.tcl118 ::bind $entry <Key-Up> [list ComboBox::_unmapliste $path]
152 ::bind $entry <Control-Up> [list ComboBox::_modify_value $path previous]
238 set bindings [split [::bind $entry <Key-Up>] \n]
240 ::bind $entry <Key-Up> [join [lreplace $bindings $idx $idx] \n]
251 ::bind $entry <Key-Up> +[list ComboBox::_unmapliste $path]
844 if {[string equal $key "Up"]} {
852 [string equal $key "Up"] != 0 && \
869 Up {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl104 -ubuttontext "Move Up"
170 bind $w <Key-Up> [list ::swaplist::UpDown %W %K]
341 tk::ListboxUpDown $w.list2.list [string map {Up -1 Down 1} $key]
343 tk::ListboxUpDown $w.list1.list [string map {Up -1 Down 1} $key]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl173 bind Ntext <Up> {
185 bind Ntext <Shift-Up> {
198 bind Ntext <Control-Up> {
211 bind Ntext <Shift-Control-Up> {
533 bind Ntext <Option-Up> {
546 bind Ntext <Shift-Option-Up> {

Completed in 228 milliseconds

123456