Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ab604e8a
Commit
ab604e8a
authored
Feb 18, 2002
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix kanji-coversion key binding. This has been broken since 7.1
Per Yoshinori Ariie's report.
parent
14c1c33f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bin/pgaccess/lib/tables.tcl
src/bin/pgaccess/lib/tables.tcl
+2
-2
No files found.
src/bin/pgaccess/lib/tables.tcl
View file @
ab604e8a
...
...
@@ -815,7 +815,7 @@ if {$PgAcVar(mw,$wn,updatable)} then {
$wn.c
bind q <Key>
"Tables::editText
$wn
%A %K"
if
{[
info commands kanjiInput
]
==
"kanjiInput"
}
then
{
$wn.c
bind q <Control-backslash>
"pgaccess_kinput_start %W"
;
$wn.c
bind q <Control-Kanji>
"pg
_
access_kinput_start %W"
;
$wn.c
bind q <Control-Kanji>
"pgaccess_kinput_start %W"
;
}
}
else
{
$wn.c
bind q <Key>
{}
...
...
@@ -2175,7 +2175,7 @@ proc vTclWindow.pgaw:Permissions {base} {
#
# This file contains Tcl procedures used to input Japanese text.
#
# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.1
0 2001/08/10 23:29:46 tgl
Exp $
# $Header: /cvsroot/pgsql/src/bin/pgaccess/lib/Attic/tables.tcl,v 1.1
1 2002/02/18 04:01:27 ishii
Exp $
#
# Copyright
(
c
)
1993 Software Research Associates, Inc.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment