You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
The default keybinding to toggle gif playback C-Space conflicts with IMEs, like for example ibus.
It's used to switch between different keyboard layouts or input methods, so pressing C-Space doesn't get send to sxiv.
It would be nice if there was a builtin alternative keybinding for i_toggle_animation. Maybe for example C-Enter? Or maybe something else.
Hi,
The default keybinding to toggle gif playback C-Space conflicts with IMEs, like for example ibus.
It's used to switch between different keyboard layouts or input methods, so pressing C-Space doesn't get send to sxiv.
It would be nice if there was a builtin alternative keybinding for i_toggle_animation. Maybe for example C-Enter? Or maybe something else.
{ ControlMask, XK_Return, i_toggle_animation, None },
The text was updated successfully, but these errors were encountered: