sane-input-handler: dont crash on unmapped actions
This commit is contained in:
@@ -569,7 +569,7 @@ if is-main {
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
var handler = mapToplevel (action) or unmapped
|
var handler = mapToplevel (action) or "unmapped"
|
||||||
|
|
||||||
handleWith (handler)
|
handleWith (handler)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user