xyb3rt / sxiv

Simple X Image Viewer
GNU General Public License v2.0
1.8k stars 263 forks source link

Alternative keybinding for i_toggle_animation #443

Open internet-account opened 3 years ago

internet-account commented 3 years ago

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 },