(read_key_sequence):
commit2cf4b7b27fb29677f50697c22f3efed4df832e98
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Jun 2002 19:51:53 +0000 (11 19:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Jun 2002 19:51:53 +0000 (11 19:51 +0000)
tree04e29333d264b834f258eab45fc55e5a216545ae
parent0672b5a0b94147687925017256456762b428ef9b
(read_key_sequence):
Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
things through those maps after downcasing events.
Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
applies after function-key-map.
Make sure that keytran can be done in the middle in the sequence.
Be careful not to throw away events past the one we downcase.
src/ChangeLog
src/keyboard.c