| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9faa96 commit 95c05bc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ def __setitem__(self, key, value): | |||
| 69 | 69 | ||
| 70 | 70 | # fill dispatch with function keys | |
| 71 | 71 | for x in range(1, 13): | |
| 72 | - cli_key_dispatch['F%s' % str(x)] = ('KEY_F(%s)' % str(x),) | ||
| 72 | + cli_key_dispatch['F%d' % x] = ('KEY_F(%d)' % x,) | ||
| 73 | 73 | ||
| 74 | 74 | for x in range(1, 13): | |
| 75 | - urwid_key_dispatch['F%s' % str(x)] = 'f%s' % str(x) | ||
| 75 | + urwid_key_dispatch['F%d' % x] = 'f%d' % x | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments