Changes

Jump to navigation Jump to search
no edit summary
Line 38: Line 38:     
  instructions_tag = Gtk.TextTag.new('instructions')
 
  instructions_tag = Gtk.TextTag.new('instructions')
 +
 +
= Gdk.Keymap =
 +
 +
entries = self.keymap.get_entries_for_keyval(keyval)
 +
 +
replaced by:
 +
 +
valid, entries = self.keymap.get_entries_for_keyval(keyval)
 +
 +
Every entry was a tuple of (keycode, group, level). Now, this is an object with those attributes.
266

edits

Navigation menu