FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tuple function keys · bpython/bpython@bafc090 · GitHub

Commit bafc090

Browse files
committed
Tuple function keys
1 parent 45043c3 commit bafc090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/keys.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
# fill dispatch with function keys
4242
for x in xrange(1,13):
43-
key_dispatch['F%s' % str(x)] = 'KEY_F(%s)' % str(x)
43+
key_dispatch['F%s' % str(x)] = ('KEY_F(%s)') % str(x)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL