Skip to content

Commit 8976da6

Browse files
committed
added OSD with LCN while typing
1 parent 43997e1 commit 8976da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/lib/hypnotix/hypnotix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ def on_key_press_event(self, widget, event):
15821582
else:
15831583
try:
15841584
self.chan_lcn_buf = self.chan_lcn_buf * 10 + int(chr(event.keyval))
1585+
self.mpv.command("show-text", str(self.chan_lcn_buf) + "-", 1500)
15851586
except:
15861587
self.chan_lcn_buf = 0
15871588
# elif event.keyval == Gdk.KEY_Up:

0 commit comments

Comments
 (0)