Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Right now, when the user press a key, th Qt event handler calls the | processKeySym lfun which calls BufferView::update() (two times). The | signal LyXView::view_state_changed() is then emitted from there (two | times). But the frontend was of course aware of the keyPress as it was | asking for it. So it does not have to react to it but just to complete | the action with the relevant needed update (titles, dialogs, etc). My | next cleanup round eliminates this view_state_changed signal.
But the frontend should not know the action required from a keypress... So how does the frontend know that something actually has to change at all? -- Lgb