This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
sxiv
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Activate thumb-mode with Return key
master
Bert
14 年之前
父節點
f235b62741
當前提交
76cca4ecb6
共有
1 個文件被更改
,包括
12 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
main.c
+ 12
- 0
main.c
查看文件
@@ -378,6 +378,18 @@ void on_keypress(XKeyEvent *kev) {
}
break;
/* switch to thumnail mode */
case XK_Return:
if (options->thumbnails) {
if (fileidx < tns.cnt)
tns.sel = fileidx;
else
tns.sel = 0;
mode = MODE_THUMBS;
changed = 1;
}
break;
/* miscellaneous */
case XK_a:
img_toggle_antialias(&img);
Write
Preview
Loading…
取消
儲存