added keyboard-mapping refresh

This commit is contained in:
frese 2003-05-08 15:43:37 +00:00
parent 4182daa61f
commit e1f58c69ed
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@
(wm-iconify-window wm window)
(warn "unmanaged window wants to be iconified"
window))))))
((mapping-event? xevent)
(refresh-keyboard-mapping xevent))
)))
(define (do-split root-wm orientation new-wm)