style(linux): rustfmt drift from the last two commits
apple / swift (push) Successful in 1m28s
android / android (push) Successful in 4m51s
arch / build-publish (push) Successful in 5m37s
ci / web (push) Successful in 1m2s
apple / screenshots (push) Successful in 6m19s
ci / docs-site (push) Successful in 1m27s
ci / rust (push) Successful in 4m57s
ci / bench (push) Successful in 4m57s
deb / build-publish (push) Successful in 3m21s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 6s
decky / build-publish (push) Successful in 13s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 5s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 4s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 5s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 5s
flatpak / build-publish (push) Successful in 4m36s
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 10m31s
docker / deploy-docs (push) Successful in 20s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 9m39s
apple / swift (push) Successful in 1m28s
android / android (push) Successful in 4m51s
arch / build-publish (push) Successful in 5m37s
ci / web (push) Successful in 1m2s
apple / screenshots (push) Successful in 6m19s
ci / docs-site (push) Successful in 1m27s
ci / rust (push) Successful in 4m57s
ci / bench (push) Successful in 4m57s
deb / build-publish (push) Successful in 3m21s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 6s
decky / build-publish (push) Successful in 13s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 5s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 4s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 5s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 5s
flatpak / build-publish (push) Successful in 4m36s
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 10m31s
docker / deploy-docs (push) Successful in 20s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 9m39s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -774,6 +774,10 @@ mod tests {
|
||||
// instead of returning.
|
||||
flow.emit_by_name::<()>("child-activated", &[&child]);
|
||||
|
||||
assert_eq!(fired.get(), 1, "the per-card handler should fire exactly once");
|
||||
assert_eq!(
|
||||
fired.get(),
|
||||
1,
|
||||
"the per-card handler should fire exactly once"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -806,7 +806,10 @@ fn attach_keyboard(
|
||||
| gdk::ModifierType::ALT_MASK
|
||||
| gdk::ModifierType::SHIFT_MASK;
|
||||
if state.contains(chord) && keyval.to_lower() == gdk::Key::q {
|
||||
tracing::info!(captured = cap.captured.get(), "chord: Ctrl+Alt+Shift+Q (release/engage)");
|
||||
tracing::info!(
|
||||
captured = cap.captured.get(),
|
||||
"chord: Ctrl+Alt+Shift+Q (release/engage)"
|
||||
);
|
||||
if cap.captured.get() {
|
||||
cap.release();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user