Home
last modified time | relevance | path

Searched refs:emacsFoundAlt (Results 1 – 3 of 3) sorted by relevance

/dports/misc/kcd/kcd-7.15.0/
H A Dkhwin.cc365 emacsFoundAlt = false; in HyperWindow()
2061 emacsFoundAlt = !emacsFoundAlt; in ProcessKey()
2068 else if (ch == 'B'-'A'+1 || (ch == 'b' && emacsFoundAlt)) // C-b, M-b in ProcessKey()
2070 else if (ch == 'F'-'A'+1 || (ch == 'f' && emacsFoundAlt)) // C-f, M-f in ProcessKey()
2076 else if (ch == 'v' && emacsFoundAlt) // M-v in ProcessKey()
2083 emacsFoundAlt = false; in ProcessKey()
2340 emacsFoundAlt = false; in ProcessKey()
2364 emacsFoundAlt = false; in ProcessKey()
2366 emacsFoundAlt = false; in ProcessKey()
H A Dkhwin.h113 bool emacsFoundAlt; variable
H A DChangeLog1631 * khwin.cc (HyperWindow::HyperWindow): Initialize emacsFoundAlt.
1634 (HyperWindowWithFind::ProcessKey): Handle C-r. Clear emacsFoundAlt.
1635 * khwin.cc (HyperWindow::emacsFoundAlt): New field.