--- rxvt-unicode/src/urxvt.pm 2015/01/16 20:13:01 1.253 +++ rxvt-unicode/src/urxvt.pm 2015/03/17 09:23:08 1.254 @@ -1348,6 +1348,11 @@ $res =~ /^\s*(?:true|yes|on|1)\s*$/i ? 1 : defined $res && 0 } +=item $action = $term->lookup_keysym ($keysym, $state) + +Returns the action bound to key combination C<($keysym, $state)>, +if a binding for it exists, and C otherwise. + =item $success = $term->bind_action ($key, $action) Adds a key binding exactly as specified via a C resource. See the